From 60858f6f02fb7dc04e727db89090e7b83399803a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 11 May 2025 23:55:05 +1000 Subject: feat: session menu --- shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index bca6feb..f6a83d2 100644 --- a/shell.qml +++ b/shell.qml @@ -2,6 +2,7 @@ import "modules/bar" import "modules/launcher" import "modules/osd" import "modules/notifications" +import "modules/session" import "modules/drawers" import "modules/background" import Quickshell @@ -13,4 +14,5 @@ ShellRoot { Background {} Drawers {} Notifications {} + Session {} } -- cgit v1.2.3-freya