From 7b42907c9cd5d6404b463339de0f9a65f690e362 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Dec 2017 15:36:41 +0100 Subject: Work around xdotool delay bug --- bspwm/.config/bspwm/bspwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bspwm') diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index f853c26..5ec4ed4 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -24,7 +24,7 @@ xmodmap ~/.Xmodmap sxhkd & # Show panel when mouse is on top edge -xdotool behave_screen_edge --delay 250 --quiesce 250 top search --name "Top Expanded Edge Panel" windowmap exec "bspc config top_padding $PANEL_PAD" & +xdotool behave_screen_edge --delay 1000 top search --name "Top Expanded Edge Panel" windowmap exec bspc config top_padding $PANEL_PAD > /dev/null & # Hide panel when mouse is on bottom edge -xdotool behave_screen_edge --delay 250 --quiesce 250 bottom search --name "Top Expanded Edge Panel" windowunmap exec bspc config top_padding 0 & +xdotool behave_screen_edge --delay 1000 bottom search --name "Top Expanded Edge Panel" windowunmap exec bspc config top_padding 0 > /dev/null & -- cgit v1.2.1