diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2026-03-15 22:29:28 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2026-03-15 22:29:28 +1100 |
| commit | 521cd4079ee665dda1881fb6082497d58d654969 (patch) | |
| tree | cc67b67be41223a878b92ddcd72e395f0be6a152 /config/Config.qml | |
| parent | bar/activewindow: format (diff) | |
| download | caelestia-shell-521cd4079ee665dda1881fb6082497d58d654969.tar.gz caelestia-shell-521cd4079ee665dda1881fb6082497d58d654969.tar.bz2 caelestia-shell-521cd4079ee665dda1881fb6082497d58d654969.zip | |
bar/activewindow: allow disable show on hover
Closes #1209
Closes #1019
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml index 6efe960..2fd8c43 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -181,7 +181,8 @@ Singleton { }, activeWindow: { compact: bar.activeWindow.compact, - inverted: bar.activeWindow.inverted + inverted: bar.activeWindow.inverted, + showOnHover: bar.activeWindow.showOnHover }, tray: { background: bar.tray.background, |