diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index d41acdf..d7e89e3 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -21,7 +21,7 @@ Singleton { property bool activeIndicator: true property bool occupiedBg: false property bool showWindows: true - property bool activeTrail: !showWindows // Doesn't work well with variable sized workspaces + property bool activeTrail: false property string label: " " property string occupiedLabel: " " property string activeLabel: " " |