summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell.qml b/shell.qml
index eb93ee1..b83c8e5 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,6 +1,6 @@
+import "modules"
import "modules/bar"
import "modules/launcher"
-import "modules/session"
import "modules/drawers"
import "modules/background"
import Quickshell
@@ -10,5 +10,6 @@ ShellRoot {
Launcher {}
Background {}
Drawers {}
- Session {}
+
+ Shortcuts {}
}