mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Update screenshot tool to make smaller pictures.
This commit is contained in:
parent
bae5427913
commit
390cd49cf4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function create_fake_x ( )
|
|||
{
|
||||
export DISPLAY=":$1"
|
||||
echo "Starting fake X: ${DISPLAY}"
|
||||
${XVFB} ${DISPLAY} -screen 0 1024x768x24 &
|
||||
${XVFB} ${DISPLAY} -screen 0 800x600x24 &
|
||||
XPID=$!
|
||||
sleep 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue