Make dmenu_run case insensitive.

This commit is contained in:
Bartek Stalewski 2021-10-16 22:17:21 +02:00
parent e85c87c248
commit 80beb07117

View File

@ -103,7 +103,7 @@ static Key keys[] = {
TAGKEYS( XK_0, 9)
/* apps n'shit */
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run") },
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -i") },
{ MODKEY, XK_f, spawn, SHCMD("st -n nnn -e nnn -de") },
{ MODKEY, XK_i, spawn, SHCMD("scrot -f -s 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
{ SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },