From 691b06f76778f1f69fd2d8af41737ab88a0bdc55 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 10 Dec 2015 18:04:53 +0100 Subject: [PATCH] Fix location, width columns and num lines of screenshot script --- script/rofi-create-screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/rofi-create-screenshot.sh b/script/rofi-create-screenshot.sh index 0e6042bf..88740b57 100755 --- a/script/rofi-create-screenshot.sh +++ b/script/rofi-create-screenshot.sh @@ -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}