Update dunst config to use dunstctl

master
Ian Mancini 4 years ago
parent a7c02cbb91
commit c0fa96f425

@ -40,12 +40,6 @@
[experimental] [experimental]
per_monitor_dpi = false per_monitor_dpi = false
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low] [urgency_low]
background = "{{COLORS.background}}" background = "{{COLORS.background}}"
foreground = "{{COLORS.foreground}}" foreground = "{{COLORS.foreground}}"

@ -15,6 +15,7 @@ for_window [class="^.*"] title_format " %title"
# Workspaces # # Workspaces #
############## ##############
set $ws1 "1" set $ws1 "1"
set $ws2 "2" set $ws2 "2"
set $ws3 "3" set $ws3 "3"
@ -156,6 +157,11 @@ bindsym $mod+Shift+c exec --no-startup-id ~/.bin/rofi-project
# nnn # nnn
bindsym $mod+n exec --no-startup-id ~/.bin/nnnfm 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 # # Workspaces #
############## ##############

Loading…
Cancel
Save