bar: workspaces: show dots only by default

This commit is contained in:
end-4
2025-06-13 18:23:02 +02:00
parent b1729eed27
commit be5b932beb
2 changed files with 33 additions and 10 deletions
@@ -54,6 +54,7 @@ Singleton {
}
property QtObject workspaces: QtObject {
property int shown: 10
property bool showAppIcons: true
property bool alwaysShowNumbers: false
property int showNumberDelay: 150 // milliseconds
}