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:
parent
bb39372dd3
commit
691b06f767
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue