summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/rofi-create-screenshot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rofi-create-screenshot.sh b/script/rofi-create-screenshot.sh
index 32493c75..c5ca7796 100755
--- a/script/rofi-create-screenshot.sh
+++ b/script/rofi-create-screenshot.sh
@@ -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
}