dunst: Add keybindings for dunst

In order to control dunst from the keyboard create some keybindings.
This commit is contained in:
finga 2023-06-23 11:12:07 +02:00
parent 309a329b7b
commit a643341995

View file

@ -165,6 +165,11 @@ bindsym XF86AudioPlay exec --no-startup-id mpc toggle
bindsym XF86AudioPrev exec --no-startup-id mpc prev
bindsym XF86AudioStop exec --no-startup-id mpc stop
# dunst control
bindsym $mod+period exec dunstctl close
bindsym $mod+Shift+period exec dunstctl close-all
bindsym $mod+grave exec dunstctl history-pop
# open login screen on another vt (virtual terminal)
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"