1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

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

View file

@ -75,7 +75,7 @@ echo "Xvfb: ${XVFB}"
echo "Xresources: ${XRDB_FILE}" echo "Xresources: ${XRDB_FILE}"
echo "Xvfb Display: ${VDISPLAY}" 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} export DISPLAY=${VDISPLAY}