change movefocus hyprland shortcuts

This commit is contained in:
willifan 2024-10-27 19:06:41 +01:00
parent b13906a891
commit bde74761f1

View file

@ -163,10 +163,10 @@
''$mainMod, F, fullscreen''
# Move focus with mainMod + arrow keys
''$mainMod, left, movefocus, l''
''$mainMod, right, movefocus, r''
''$mainMod, up, movefocus, u''
''$mainMod, down, movefocus, d''
''$mainMod, h, movefocus, l''
''$mainMod, l, movefocus, r''
''$mainMod, k, movefocus, u''
''$mainMod, j, movefocus, d''
'', XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle''
'', XF86AudioPrev, exec, playerctl previous''