1
0
Fork 0

Update dot_config/i3/config

This commit is contained in:
Florian RICHER 2022-09-03 20:46:01 +02:00
parent 7a1661b878
commit f4034e9f39

View file

@ -223,18 +223,14 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
mode "notification" { set $mode_notification Notification (q: close, c: close_all, h: history, a: context)
# Notifications mode "$mode_notification" {
bindsym q exec dunstctl close bindsym q mode "default", exec dunstctl close
bindsym c exec dunstctl close_all bindsym c mode "default", exec dunstctl close_all
bindsym h exec dunstctl history bindsym h mode "default", exec dunstctl history
bindsym a exec dunstctl context bindsym a mode "default", exec dunstctl context
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+n mode "default"
} }
bindsym $mod+n mode "notification" bindsym $mod+n mode "$mode_notification"
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
@ -267,8 +263,6 @@ bindsym $mod+g mode "$mode_gaps"
mode "$mode_gaps" { mode "$mode_gaps" {
bindsym g mode "default", gaps inner all set 10, gaps outer all set 10 bindsym g mode "default", gaps inner all set 10, gaps outer all set 10
bindsym f mode "default", gaps inner all set 1, gaps outer all set 1 bindsym f mode "default", gaps inner all set 1, gaps outer all set 1
# bindsym Return mode "default"
# bindsym Escape mode "default"
} }
# Toggle window title # Toggle window title