config option for csd of quickshell windows

This commit is contained in:
end-4
2025-06-17 12:27:39 +02:00
parent 3acbe92363
commit dd2e2a9bca
2 changed files with 6 additions and 0 deletions
@@ -154,6 +154,10 @@ Singleton {
property string dateFormat: "dddd, dd/MM"
}
property QtObject windows: QtObject {
property bool showTitlebar: true // Client-side decoration for shell apps
}
property QtObject hacks: QtObject {
property int arbitraryRaceConditionDelay: 20 // milliseconds
}