diff --git a/template/dunst/.config/dunst/dunstrc b/template/dunst/.config/dunst/dunstrc index b839d54..64014f9 100755 --- a/template/dunst/.config/dunst/dunstrc +++ b/template/dunst/.config/dunst/dunstrc @@ -40,12 +40,6 @@ [experimental] per_monitor_dpi = false -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period - [urgency_low] background = "{{COLORS.background}}" foreground = "{{COLORS.foreground}}" diff --git a/template/i3/.config/i3/config b/template/i3/.config/i3/config index 63798cf..ff51cb9 100755 --- a/template/i3/.config/i3/config +++ b/template/i3/.config/i3/config @@ -15,6 +15,7 @@ for_window [class="^.*"] title_format " %title" # Workspaces # ############## + set $ws1 "1" set $ws2 "2" set $ws3 "3" @@ -156,6 +157,11 @@ bindsym $mod+Shift+c exec --no-startup-id ~/.bin/rofi-project # nnn bindsym $mod+n exec --no-startup-id ~/.bin/nnnfm +# dunst +bindsym $mod+Shift+d exec --no-startup-id dunstctl set-paused toggle +bindsym $mod+Control+grave exec --no-startup-id dunstctl history-pop +bindsym $mod+grave exec --no-startup-id dunstctl close + ############## # Workspaces # ##############