summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.qml b/shell.qml
index 2a58cb2..2930501 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,11 +1,13 @@
import "modules"
import "modules/drawers"
import "modules/background"
+import "modules/areapicker"
import Quickshell
ShellRoot {
Background {}
Drawers {}
+ AreaPicker {}
Shortcuts {}
}