mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Dont reset position on theme preview
This commit is contained in:
parent
96b133db82
commit
914d7035d6
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ function select_theme ()
|
||||||
<b>Alt-a</b> to accept the new theme.
|
<b>Alt-a</b> to accept the new theme.
|
||||||
<b>Escape</b> to cancel
|
<b>Escape</b> to cancel
|
||||||
Current theme: <b>${CUR}</b>"""
|
Current theme: <b>${CUR}</b>"""
|
||||||
RES=$( create_theme_list | ${ROFI} ${MORE_FLAGS[@]} -mesg "${MESG}")
|
RES=$( create_theme_list | ${ROFI} ${MORE_FLAGS[@]} -select "${CUR}" -mesg "${MESG}")
|
||||||
RTR=$?
|
RTR=$?
|
||||||
if [ ${RTR} = 10 ]
|
if [ ${RTR} = 10 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue