change movefocus hyprland shortcuts
This commit is contained in:
parent
b13906a891
commit
bde74761f1
1 changed files with 4 additions and 4 deletions
|
@ -163,10 +163,10 @@
|
||||||
''$mainMod, F, fullscreen''
|
''$mainMod, F, fullscreen''
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
''$mainMod, left, movefocus, l''
|
''$mainMod, h, movefocus, l''
|
||||||
''$mainMod, right, movefocus, r''
|
''$mainMod, l, movefocus, r''
|
||||||
''$mainMod, up, movefocus, u''
|
''$mainMod, k, movefocus, u''
|
||||||
''$mainMod, down, movefocus, d''
|
''$mainMod, j, movefocus, d''
|
||||||
|
|
||||||
'', XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle''
|
'', XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle''
|
||||||
'', XF86AudioPrev, exec, playerctl previous''
|
'', XF86AudioPrev, exec, playerctl previous''
|
||||||
|
|
Loading…
Add table
Reference in a new issue