mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
Try to enable xinerama for tests
This commit is contained in:
parent
c095476419
commit
9149e35248
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -dmenu > output.txt &
|
echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -no-regex -dmenu > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
|
@ -6,7 +6,7 @@ function create_fake_x ( )
|
||||||
{
|
{
|
||||||
export DISPLAY=":$1"
|
export DISPLAY=":$1"
|
||||||
echo "Starting fake X: ${DISPLAY}"
|
echo "Starting fake X: ${DISPLAY}"
|
||||||
Xvfb -screen 0 1280x1024x24 ${DISPLAY} &
|
Xvfb +extension XINERAMA +xinerama -screen 0 1280x1024x24 -screen 1 800x600x24 ${DISPLAY} &
|
||||||
XPID=$!
|
XPID=$!
|
||||||
sleep 1;
|
sleep 1;
|
||||||
timeout -k 30s 30s fluxbox &
|
timeout -k 30s 30s fluxbox &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue