summaryrefslogtreecommitdiff
path: root/shell.qml
blob: bfca2b46822346a16e3aeb7edbf8ab81fc5cff53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//@ pragma Env QS_NO_RELOAD_POPUP=1

import "modules"
import "modules/drawers"
import "modules/background"
import "modules/areapicker"
import Quickshell

ShellRoot {
    Background {}
    Drawers {}
    AreaPicker {}

    Shortcuts {}
}