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