Fix location, width columns and num lines of screenshot script

This commit is contained in:
Dave Davenport 2015-12-10 18:04:53 +01:00
parent bb39372dd3
commit 691b06f767
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ echo "Xvfb: ${XVFB}"
echo "Xresources: ${XRDB_FILE}"
echo "Xvfb Display: ${VDISPLAY}"
ROFI_OPTIONS="-selected-row 6 -u 2,3 -a 4,5"
ROFI_OPTIONS="-selected-row 6 -u 2,3 -a 4,5 -location 0 -width 100 -lines 7 -columns 1"
export DISPLAY=${VDISPLAY}