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 = [
|
||||
# window focus
|
||||
"$mainMod, H, hy3:movefocus, l"
|
||||
"$mainMod, J, hy3:movefocus, d"
|
||||
"$mainMod, K, hy3:movefocus, u"
|
||||
"$mainMod, L, hy3:movefocus, r"
|
||||
"$mainMod, H, movefocus, l"
|
||||
"$mainMod, J, movefocus, d"
|
||||
"$mainMod, K, movefocus, u"
|
||||
"$mainMod, L, movefocus, r"
|
||||
];
|
||||
|
||||
# Media controls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue