mirror of
https://github.com/i3/i3.git
synced 2026-03-29 19:25:38 +00:00
@ -157,6 +157,7 @@ mode "resize" {
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
bindsym Mod1+r mode "default"
|
||||
}
|
||||
|
||||
bindsym Mod1+r mode "resize"
|
||||
|
||||
@ -144,6 +144,7 @@ mode "resize" {
|
||||
# back to normal: Enter or Escape
|
||||
bindcode 36 mode "default"
|
||||
bindcode 9 mode "default"
|
||||
bindcode $mod+27 mode "default"
|
||||
}
|
||||
|
||||
bindcode $mod+27 mode "resize"
|
||||
|
||||
Reference in New Issue
Block a user