From 914d7035d6f339cf92167103df5d6d329b53671d Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 29 Oct 2016 11:19:56 +0200 Subject: [PATCH] Dont reset position on theme preview --- script/rofi-theme-selector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () Alt-a to accept the new theme. Escape to cancel Current theme: ${CUR}""" - 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