diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index 305d307..c782917 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -106,9 +106,10 @@ mode "resize" { bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape + # back to normal: Enter or Escape or mod+r to toggle bindsym Return mode "default" bindsym Escape mode "default" + bindsym $mod+r mode "default" } bindsym $mod+r mode "resize"