summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 19:01:00 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 19:01:00 +1000
commit3fd429c9f30e1b8cffdeca2778c7eb20f8a0647f (patch)
treee2c2c8d8e812c7ed960b49686a159b9acaba7b09 /shell.qml
parentnotifs: move to drawers (diff)
downloadcaelestia-shell-3fd429c9f30e1b8cffdeca2778c7eb20f8a0647f.tar.gz
caelestia-shell-3fd429c9f30e1b8cffdeca2778c7eb20f8a0647f.tar.bz2
caelestia-shell-3fd429c9f30e1b8cffdeca2778c7eb20f8a0647f.zip
session: move to drawers
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 {}
}