summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-27 21:44:13 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-27 21:44:13 +0200
commitbe46caa279809a3ab992f3dc5d6142e957da7fd1 (patch)
tree9a11f7eff095e099495308e739f03e43d6978f89 /script
parent24a945eb3f85f14b1ca5c4a88482957f33fb2b76 (diff)
Case insensitive
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 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