Make dmenu_run case insensitive.
This commit is contained in:
parent
e85c87c248
commit
80beb07117
@ -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'") },
|
||||
|
Loading…
Reference in New Issue
Block a user