mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
More travis poking
This commit is contained in:
parent
864a00b9fd
commit
f9fe70338f
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
SP=$(readlink -f "$0")
|
SP=$(readlink -f "$0")
|
||||||
DIR=$(dirname "$SP")
|
DIR=$(dirname "$SP")
|
||||||
echo $DIR
|
echo "$DIR/test_script.sh"
|
||||||
# wait till it is up, run rofi with error message
|
# wait till it is up, run rofi with error message
|
||||||
sleep 1;
|
sleep 1;
|
||||||
rofi -switchers "custom:$DIR/test_script.sh" -show custom &
|
rofi -modi "custom:$DIR/test_script.sh" -show custom &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
Loading…
Reference in a new issue