mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Case insensitive
This commit is contained in:
parent
24a945eb3f
commit
be46caa279
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ declare -i SELECTED
|
||||||
|
|
||||||
function select_theme ()
|
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")
|
MORE_FLAGS+=(-kb-custom-1 "Alt-a")
|
||||||
local CUR="default"
|
local CUR="default"
|
||||||
while true
|
while true
|
||||||
|
|
Loading…
Reference in a new issue