add shortcuts

This commit is contained in:
Benjamin Palko 2025-07-25 11:32:06 -04:00
parent 99f7068956
commit 5a4709fe95
2 changed files with 17 additions and 0 deletions

View file

@ -1,4 +1,5 @@
import Quickshell
import "modules"
import "modules/background"
import "modules/bar"
@ -7,4 +8,6 @@ ShellRoot {
// Background {}
Bar {}
Shortcuts {}
}