From 1ef9f3dfdd8e81253ab58ce66b746404e2678347 Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Sat, 23 Apr 2016 13:16:10 +0100 Subject: [PATCH] Add short 'key-up' delay for scrot to improve reliability --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index aecb165..37e2564 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -127,8 +127,8 @@ bindsym Mod1+Tab exec ~/.config/i3/alt-tab.sh bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+l exec ~/.config/i3/lock.sh bindsym $mod+space exec rofi -show run -fg "#D3DAE3" -bg "#383C4A" -hlbg "#5294E2" -bindsym Print exec sh imgur-screenshot -s -bindsym $mod+Print exec sh imgur-screenshot +bindsym Print exec sh -c 'sleep 0.2 && imgur-screenshot -s' +bindsym $mod+Print exec sh -c 'sleep 0.2 && imgur-screenshot' bindsym $mod+Shift+Return exec --no-startup-id ~/.config/i3/cycleaudio.py && pkill -RTMIN+10 i3blocks # Media player controls