From 87b22aa1d8b5d093da69f26d5e6bcc7d8b367821 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 23 Aug 2017 10:36:36 -0400 Subject: [PATCH] Exit resize mode when compact is run --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 2a1b6de..a38063b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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