Exit resize mode when compact is run

This commit is contained in:
Adam Goldsmith 2017-08-23 10:36:36 -04:00
parent 68786a6d08
commit 87b22aa1d8
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ mode "resize" {
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
bindsym c exec --no-startup-id /home/adam/.config/i3/compact_workspace_numbers.py
bindsym c exec --no-startup-id /home/adam/.config/i3/compact_workspace_numbers.py; mode "default"
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt