make wait time safer for -W

if too short will mess it up
long-opts
angelic-sedition 10 years ago
parent 87849d3f64
commit e820a921e4

@ -127,7 +127,7 @@ term_create() {
win_create() { win_create() {
$term & $term &
# need to wait for window to be created # need to wait for window to be created
sleep 0.2 sleep 0.5
# often pids have two wids; first one has always been the right one for what I've tested # often pids have two wids; first one has always been the right one for what I've tested
wid=$(xdotool search --pid $! | head -n 1) wid=$(xdotool search --pid $! | head -n 1)
echo "$wid" > /tmp/tdrop/"$term$num" echo "$wid" > /tmp/tdrop/"$term$num"

Loading…
Cancel
Save