feat hypr keybind helper via quickshell; fix nvim plugins (not completly done yet)

This commit is contained in:
2026-05-13 02:09:43 +02:00
parent 8a6cb3b37f
commit eaaf857026
10 changed files with 570 additions and 105 deletions
+2
View File
@@ -4,10 +4,12 @@ import Quickshell
import "notifications"
import "osd"
import "lock"
import "keybinds"
ShellRoot {
NotificationDaemon { id: notifDaemon }
Bar { notifModel: notifDaemon.trackedNotifications; notifDaemon: notifDaemon }
Osd {}
IdleScreen { id: idleScreen }
KeybindsWindow {}
}