From be46caa279809a3ab992f3dc5d6142e957da7fd1 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 27 Oct 2016 21:44:13 +0200 Subject: [PATCH] Case insensitive --- 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 2a4a36ce..8c50e5a4 100755 --- a/script/rofi-theme-selector +++ b/script/rofi-theme-selector @@ -104,7 +104,7 @@ declare -i SELECTED function select_theme () { - local MORE_FLAGS=(-dmenu -format i -no-custom -p Theme -markup -config ${TMP_CONFIG_FILE}) + local MORE_FLAGS=(-dmenu -format i -no-custom -p Theme -markup -config ${TMP_CONFIG_FILE} -i) MORE_FLAGS+=(-kb-custom-1 "Alt-a") local CUR="default" while true