From 3fd429c9f30e1b8cffdeca2778c7eb20f8a0647f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 13 May 2025 19:01:00 +1000 Subject: session: move to drawers --- shell.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell.qml') 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 {} } -- cgit v1.2.3-freya