diff options
Diffstat (limited to 'config/sway/bindsym-notifications')
-rw-r--r-- | config/sway/bindsym-notifications | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/sway/bindsym-notifications b/config/sway/bindsym-notifications new file mode 100644 index 0000000..76f2207 --- /dev/null +++ b/config/sway/bindsym-notifications @@ -0,0 +1,5 @@ +# vim: ft=swayconfig +bindsym --to-code ctrl+space exec --no-startup-id dunstctl close +bindsym --to-code ctrl+Shift+space exec --no-startup-id dunstctl close-all +bindsym --to-code ctrl+grave exec --no-startup-id dunstctl history-pop +bindsym --to-code ctrl+Shift+grave exec --no-startup-id dunstctl context |