.i3/auto-start

changeset 51
f93e63d400b5
parent 43
958afe229467
child 55
fe505cd6be19
equal deleted inserted replaced
44:821ebedc5f10 51:f93e63d400b5
21 if xdotool search --onlyvisible --pid $mypid; then 21 if xdotool search --onlyvisible --pid $mypid; then
22 return 0 22 return 0
23 fi 23 fi
24 sleep 1 24 sleep 1
25 done 25 done
26 notify-send "Error on executing: $@" & 26 notify-send "Error on executing: $@"
27 } 27 }
28 28
29 StartProgName() 29 StartProgName()
30 { 30 {
31 "$@" & # Handle arguments with whitspaces 31 "$@" & # Handle arguments with whitspaces

mercurial