summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2016-10-29 11:19:56 +0200
committerRasmus Steinke <rasi@xssn.at>2016-10-29 11:19:56 +0200
commit914d7035d6f339cf92167103df5d6d329b53671d (patch)
tree9d41b03117b4607661a72164107593e67926bf4d /script
parent96b133db829795345da300cda8f6e2c7bc0a6add (diff)
Dont reset position on theme preview
Diffstat (limited to 'script')
-rwxr-xr-xscript/rofi-theme-selector2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rofi-theme-selector b/script/rofi-theme-selector
index c52a5b48..009f0742 100755
--- a/script/rofi-theme-selector
+++ b/script/rofi-theme-selector
@@ -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