From 748e1e09bd90e38ff8658f7e32782c0ff41902e5 Mon Sep 17 00:00:00 2001 From: coat Date: Fri, 10 Dec 2021 00:18:46 -0600 Subject: vimrc redo --- .config/sway/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index 0fd5a0b..fee563a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -244,8 +244,10 @@ 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 +bindsym $mod+shift+y exec $screenclip +bindsym $mod+y exec $screenshot + +bindsym $mod+p exec passmenu exec mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob -- cgit v1.2.3