From 28ade48338fcbabb0f445fd2013f9b222942463b Mon Sep 17 00:00:00 2001 From: Sadbeast Date: Thu, 12 Nov 2020 12:24:59 -0600 Subject: add keybindings for screenshots --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index ffe1f3c..0e02320 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -244,6 +244,9 @@ bindsym XF86AudioPrev exec playerctl previous bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob +bindsym $mod+shift+p exec $screenclip +bindsym $mod+p exec $screenshot + exec mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob exec_always ~/.config/waybar/waybar.sh -- cgit v1.2.3