summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-10 18:04:53 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-10 18:04:53 +0100
commit691b06f76778f1f69fd2d8af41737ab88a0bdc55 (patch)
treeedfe170483d14c3273eb713f6965f975802d0bff /script
parentbb39372dd331187bb0a2bb4a37118c4636ee0eb1 (diff)
Fix location, width columns and num lines of screenshot script
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 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}