feat(de): add hyprpicker

This commit is contained in:
Mohammad Rafiq 2025-03-25 01:17:00 +08:00
parent db42dda537
commit 4243f069ff
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -61,11 +61,12 @@
"$mainMod, return, exec, $terminal" "$mainMod, return, exec, $terminal"
"$mainMod, W, killactive" "$mainMod, W, killactive"
"$mainMod, O, exec, $browser" "$mainMod, O, exec, $browser"
"$mainMod, S, exec, $music"
"$mainMod, M, exit"
"$mainMod, Escape, exec, hyprlock" "$mainMod, Escape, exec, hyprlock"
"$mainMod, Space, exec, $launcher" "$mainMod, Space, exec, $launcher"
# Launch utilities
"$mainMod_SHIFT, A, exec, hyprpicker -a"
# move between windows # move between windows
"$mainMod, H, cyclenext, visible" "$mainMod, H, cyclenext, visible"
"$mainMod, L, cyclenext, visible prev" "$mainMod, L, cyclenext, visible prev"

View file

@ -8,6 +8,7 @@
devenv devenv
bat bat
ttyper ttyper
hyprpicker
]; ];
services = { services = {