feat(de): add hyprpicker
This commit is contained in:
parent
db42dda537
commit
4243f069ff
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
devenv
|
devenv
|
||||||
bat
|
bat
|
||||||
ttyper
|
ttyper
|
||||||
|
hyprpicker
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue