diff options
Diffstat (limited to 'config/quickshell/overview/shell.qml')
| -rw-r--r-- | config/quickshell/overview/shell.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/quickshell/overview/shell.qml b/config/quickshell/overview/shell.qml index e92b4eb7..7fc9e0ee 100644 --- a/config/quickshell/overview/shell.qml +++ b/config/quickshell/overview/shell.qml @@ -1,5 +1,6 @@ //@ pragma UseQApplication //@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic +//@ pragma Env QT_QPA_PLATFORMTHEME= import "./modules/overview/" import "./services/" @@ -12,5 +13,13 @@ import Quickshell import Quickshell.Hyprland ShellRoot { + Connections { + target: Quickshell + + function onReloadCompleted() { + Quickshell.inhibitReloadPopup(); + } + } + Overview {} } |
