Add dunst controls to sway shortcuts
This commit is contained in:
parent
70d4f4dc2c
commit
c994f8334b
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@ bindsym $mod+Shift+Return exec "thunar"
|
|||
# open clipboard selection in mpv, for grabbng links from chat/email
|
||||
bindsym $mod+m exec "mpv --loop --wayland-app-id=mpv__tv --image-display-duration=inf --force-window --title=`wl-paste` `wl-paste`"
|
||||
|
||||
# re-display the last dunst notification
|
||||
bindsym $mod+Grave exec "dunstctl history-pop"
|
||||
|
||||
# action the last dunst notification
|
||||
bindsym $mod+Shift+Grave exec "dunstctl action"
|
||||
|
||||
# clear dunst notifications
|
||||
bindsym $mod+Escape exec "dunstctl close-all"
|
||||
|
||||
# change focus
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+Down focus down
|
||||
|
|
Loading…
Add table
Reference in a new issue