mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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"
|
export DISPLAY=":$1"
|
||||||
echo "Starting fake X: ${DISPLAY}"
|
echo "Starting fake X: ${DISPLAY}"
|
||||||
${XVFB} ${DISPLAY} -screen 0 1024x768x24 &
|
${XVFB} ${DISPLAY} -screen 0 800x600x24 &
|
||||||
XPID=$!
|
XPID=$!
|
||||||
sleep 1
|
sleep 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue