mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -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>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
|
||||
|
|
Loading…
Add table
Reference in a new issue