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
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function select_theme ()
<b>Alt-a</b> to accept the new theme.
<b>Escape</b> to cancel
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=$?
if [ ${RTR} = 10 ]
then