summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell.qml b/shell.qml
index 50af7fe..eb93ee1 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,7 +1,5 @@
import "modules/bar"
import "modules/launcher"
-import "modules/osd"
-import "modules/notifications"
import "modules/session"
import "modules/drawers"
import "modules/background"
@@ -10,9 +8,7 @@ import Quickshell
ShellRoot {
Bar {}
Launcher {}
- //Osd {}
Background {}
Drawers {}
- Notifications {}
Session {}
}