summaryrefslogtreecommitdiff
path: root/shell.qml
blob: 2a58cb2cb67828efa922f99ba2e4a6f4c5c0bb5a (plain)
1
2
3
4
5
6
7
8
9
10
11
import "modules"
import "modules/drawers"
import "modules/background"
import Quickshell

ShellRoot {
    Background {}
    Drawers {}

    Shortcuts {}
}