hyprland/binds.nix: change binds
This commit is contained in:
parent
9e2ab640fd
commit
4d880f990f
1 changed files with 4 additions and 4 deletions
|
@ -75,10 +75,10 @@ in {
|
||||||
|
|
||||||
binde = [
|
binde = [
|
||||||
# window focus
|
# window focus
|
||||||
"$mainMod, H, hy3:movefocus, l"
|
"$mainMod, H, movefocus, l"
|
||||||
"$mainMod, J, hy3:movefocus, d"
|
"$mainMod, J, movefocus, d"
|
||||||
"$mainMod, K, hy3:movefocus, u"
|
"$mainMod, K, movefocus, u"
|
||||||
"$mainMod, L, hy3:movefocus, r"
|
"$mainMod, L, movefocus, r"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Media controls
|
# Media controls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue