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:
parent
a9e6816645
commit
89dd4f1795
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue