diff options
Diffstat (limited to 'config/quickshell/overview-trixie/shell.qml')
| -rw-r--r-- | config/quickshell/overview-trixie/shell.qml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/config/quickshell/overview-trixie/shell.qml b/config/quickshell/overview-trixie/shell.qml deleted file mode 100644 index 7fc9e0ee..00000000 --- a/config/quickshell/overview-trixie/shell.qml +++ /dev/null @@ -1,25 +0,0 @@ -//@ pragma UseQApplication -//@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic -//@ pragma Env QT_QPA_PLATFORMTHEME= - -import "./modules/overview/" -import "./services/" -import "./common/" -import "./common/functions/" -import "./common/widgets/" - -import QtQuick -import Quickshell -import Quickshell.Hyprland - -ShellRoot { - Connections { - target: Quickshell - - function onReloadCompleted() { - Quickshell.inhibitReloadPopup(); - } - } - - Overview {} -} |
