nosignal-shell/shell.qml
2 * r + 2 * t 4a86b66d06 feat: window info panel
Also disable reload popup
2025-06-21 22:47:13 +10:00

15 lines
237 B
QML

//@ 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 {}
}