feat: add notification window with debug option

This commit is contained in:
Hannes
2026-08-29 01:19:21 +02:00
parent 8352ba5a56
commit 095839c45a
4 changed files with 111 additions and 27 deletions
+8
View File
@@ -40,4 +40,12 @@ ShellRoot {
function openWlogout() {
wlLoader.openWlogout()
}
GlobalShortcut {
name: "QsReload"
onPressed: {
Quickshell.reload(false)
}
}
}