mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
Add testing char width.
This commit is contained in:
parent
23dea5500a
commit
11d4ec144a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ XPID=$!
|
|||
|
||||
# wait till it is up, run rofi with error message
|
||||
sleep 1;
|
||||
echo -e -n "aap\nnoot\nmies" | ./rofi -dmenu -display :202 > output.txt &
|
||||
echo -e -n "aap\nnoot\nmies" | ./rofi -width -30 -dmenu -display :202 > output.txt &
|
||||
RPID=$!
|
||||
|
||||
# send enter.
|
||||
|
|
Loading…
Reference in a new issue