diff options
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ import "modules/bar" import "modules/launcher" import "modules/osd" import "modules/background" +import "modules/drawers" import Quickshell ShellRoot { @@ -9,4 +10,5 @@ ShellRoot { Launcher {} Osd {} Background {} + Drawers {} } |