1
0
Fork 0

Update dot_config/i3/config

This commit is contained in:
Florian RICHER 2022-09-03 20:34:07 +02:00
parent ba98fce240
commit 780db1a335

View file

@ -204,10 +204,10 @@ mode "resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym m resize grow width 10 px or 10 ppt
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
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
@ -223,6 +223,19 @@ mode "resize" {
bindsym $mod+r mode "resize"
mode "notification" {
# Notifications
bindsym q exec dunstctl close
bindsym c exec dunstctl close_all
bindsym h exec dunstctl history
bindsym a exec dunstctl context
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+Shift+n mode "default"
}
bindsym $mod+Shift+n mode "notification"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {