summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 23:12:23 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 23:12:23 +0800
commitf8eb1b69a034f4aa2833271a0c6b999cfe2a477e (patch)
tree012e14e3e6fbb890a7fbabc70e19e9f65d160400 /shell.qml
parentsession: show/hide on drag (diff)
downloadcaelestia-shell-f8eb1b69a034f4aa2833271a0c6b999cfe2a477e.tar.gz
caelestia-shell-f8eb1b69a034f4aa2833271a0c6b999cfe2a477e.tar.bz2
caelestia-shell-f8eb1b69a034f4aa2833271a0c6b999cfe2a477e.zip
launcher: move to drawers
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.qml b/shell.qml
index b83c8e5..d3d681f 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,13 +1,11 @@
import "modules"
import "modules/bar"
-import "modules/launcher"
import "modules/drawers"
import "modules/background"
import Quickshell
ShellRoot {
Bar {}
- Launcher {}
Background {}
Drawers {}