1
0
Fork 0

Update dot_config/i3/config

This commit is contained in:
Florian RICHER 2022-09-09 15:51:07 +02:00
parent 9f710b8254
commit 5fdb3d3c9e

View file

@ -210,16 +210,16 @@ mode "resize" {
# Pressing right will grow the windows width. # Pressing right will grow the windows width.
# Pressing up will shrink the windows height. # Pressing up will shrink the windows height.
# Pressing down will grow the windows height. # Pressing down will grow the windows height.
bindsym h resize shrink width 10 px or 10 ppt bindsym h resize shrink width 5 px or 5 ppt
bindsym j resize grow height 10 px or 10 ppt bindsym j resize grow height 5 px or 5 ppt
bindsym k resize shrink height 10 px or 10 ppt bindsym k resize shrink height 5 px or 5 ppt
bindsym l resize grow width 10 px or 10 ppt bindsym l resize grow width 5 px or 5 ppt
# same bindings, but for the arrow keys # same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt bindsym Left resize shrink width 5 px or 5 ppt
bindsym Down resize grow height 10 px or 10 ppt bindsym Down resize grow height 5 px or 5 ppt
bindsym Up resize shrink height 10 px or 10 ppt bindsym Up resize shrink height 5 px or 5 ppt
bindsym Right resize grow width 10 px or 10 ppt bindsym Right resize grow width 5 px or 5 ppt
# back to normal: Enter or Escape or $mod+r # back to normal: Enter or Escape or $mod+r
bindsym Return mode "default" bindsym Return mode "default"
@ -234,6 +234,11 @@ mode "$mode_notification" {
bindsym q mode "default", exec dunstctl close bindsym q mode "default", exec dunstctl close
bindsym c mode "default", exec dunstctl close-all bindsym c mode "default", exec dunstctl close-all
bindsym a mode "default", exec dunstctl context 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" bindsym $mod+n mode "$mode_notification"