dunst: Add keybindings for dunst
In order to control dunst from the keyboard create some keybindings.
This commit is contained in:
parent
309a329b7b
commit
a643341995
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue