dunst: Improve dunst keybindings
This commit is contained in:
parent
89dd4f1795
commit
6889b359b5
1 changed files with 3 additions and 3 deletions
|
@ -166,9 +166,9 @@ 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+comma exec dunstctl history-pop
|
||||
bindsym $mod+comma exec dunstctl close
|
||||
bindsym $mod+Shift+comma exec dunstctl close-all
|
||||
bindsym $mod+period 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