dunst: Change keybinding to pop msg from history

Use $mod+comma instead of $mod+grave to pop messages from the history.
This commit is contained in:
finga 2023-09-14 14:57:51 +02:00
parent a9e6816645
commit 89dd4f1795

View file

@ -168,7 +168,7 @@ 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
bindsym $mod+comma exec dunstctl history-pop
# open login screen on another vt (virtual terminal)
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"