Fixed mixed up keybinds in gaps mode

main
Marko Korhonen 4 years ago
parent aeba9fb488
commit a1ce705fae

@ -23,7 +23,7 @@ mode "$mode_gaps_inner" {
bindsym k gaps inner all plus 1 bindsym k gaps inner all plus 1
bindsym 0 gaps inner all set 0 bindsym 0 gaps inner all set 0
bindsym r gaps inner all set 10 bindsym r gaps inner all set 10
bindsym i mode "$mode_gaps_outer" bindsym o mode "$mode_gaps_outer"
bindsym Escape mode "default" bindsym Escape mode "default"
} }
mode "$mode_gaps_outer" { mode "$mode_gaps_outer" {
@ -31,7 +31,7 @@ mode "$mode_gaps_outer" {
bindsym k gaps outer all plus 1 bindsym k gaps outer all plus 1
bindsym 0 gaps outer all set 0 bindsym 0 gaps outer all set 0
bindsym r gaps outer all set 10 bindsym r gaps outer all set 10
bindsym o mode "$mode_gaps_inner" bindsym i mode "$mode_gaps_inner"
bindsym Escape mode "default" bindsym Escape mode "default"
} }

Loading…
Cancel
Save