Remove duplicate keyginding

This commit is contained in:
Yorick Barbanneau 2022-11-18 00:44:53 +01:00
parent 25c457c137
commit b745ea72f1

View file

@ -16,14 +16,6 @@ sway_keybindings:
Do you really want to exit sway? \ Do you really want to exit sway? \
This will end your Wayland session." \ This will end your Wayland session." \
-B "Yes, exit sway" "swaymsg exit" -B "Yes, exit sway" "swaymsg exit"
- bindsym: '$mod+$left'
action: 'focus left'
- bindsym: '$mod+$down'
action: 'focus down'
- bindsym: '$mod+$up'
action: 'focus up'
- bindsym: '$mod+$right'
action: 'focus right'
# Focus # Focus
- bindsym: '$mod+$left' - bindsym: '$mod+$left'