1
0
Fork 0
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:
Rasmus Steinke 2016-10-29 11:19:56 +02:00
parent 96b133db82
commit 914d7035d6

View file

@ -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