diff --git a/dot_config/i3/config b/dot_config/i3/config index 4f3c7a8..b5a10ea 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -210,16 +210,16 @@ mode "resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 10 px or 10 ppt - bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt + bindsym h resize shrink width 5 px or 5 ppt + bindsym j resize grow height 5 px or 5 ppt + bindsym k resize shrink height 5 px or 5 ppt + bindsym l resize grow width 5 px or 5 ppt # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt + bindsym Left resize shrink width 5 px or 5 ppt + bindsym Down resize grow height 5 px or 5 ppt + bindsym Up resize shrink height 5 px or 5 ppt + bindsym Right resize grow width 5 px or 5 ppt # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" @@ -234,6 +234,11 @@ mode "$mode_notification" { bindsym q mode "default", exec dunstctl close bindsym c mode "default", exec dunstctl close-all bindsym a mode "default", exec dunstctl context + + # back to normal: Enter or Escape or $mod+n + bindsym Return mode "default" + bindsym Escape mode "default" + bindsym $mod+n mode "default" } bindsym $mod+n mode "$mode_notification"