From 20e8d746664fb84e8acc5dec15063d2fcffc3813 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Wed, 17 Nov 2021 00:44:11 -0700 Subject: [PATCH] Added dunst controls --- .config/sway/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index c666ac5..64ceee7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -216,13 +216,18 @@ bindsym XF86AudioPause exec --no-startup-id ~/.config/i3/toggleplay.sh bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86AudioPrev exec --no-startup-id playerctl previous -#Screenshot +# Screenshot #bindsym Print exec --no-startup-id flameshot gui -p ~/Pictures/Screenshots #bindsym Shift+Print exec --no-startup-id flameshot full -p ~/Pictures/Screenshots #bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c - bindsym Print exec --no-startup-id grim -g "$(slurp)" - | swappy -f - +# Dunst +bindsym $mod+Mod1+Space dunstctl close +bindsym $mod+Mod1+Shift dunstctl close-all +bindsym $mod+Mod1+Tab dunstctl history-pop +bindsym $mod+Mod1+period dunstctl context + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) #bar {