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

ShellRoot {
    Background {}
    Drawers {}
    AreaPicker {}

    Shortcuts {}
}