Update dot_config/i3/config
This commit is contained in:
parent
9f710b8254
commit
5fdb3d3c9e
1 changed files with 13 additions and 8 deletions
|
@ -210,16 +210,16 @@ mode "resize" {
|
||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s 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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue