mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add create screenshot.
This commit is contained in:
parent
e6edd40f2e
commit
f41d946e33
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ then
|
|||
${XRDB} -retain -load ${XRDB_FILE}
|
||||
fi
|
||||
|
||||
(generate | ${ROFI} -dmenu ${ROFI_OPTIONS} > /dev/null )&
|
||||
(generate | ${ROFI} -config "${XRDB_FILE}" -dmenu ${ROFI_OPTIONS} > /dev/null )&
|
||||
sleep 1
|
||||
${XDOTOOL} key Alt+S
|
||||
${XDOTOOL} key Return
|
||||
|
|
Loading…
Reference in a new issue