Bad typo.

This commit is contained in:
Bartek Stalewski 2021-10-25 00:12:52 +02:00
parent 32c401e9ae
commit 6353c2f3a1
2 changed files with 1 additions and 1 deletions

View file

@ -104,7 +104,7 @@ static Key keys[] = {
TAGKEYS( XK_0, 9)
/* apps n'shit */
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i" -l 20) },
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i -l 20") },
{ 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'") },

Binary file not shown.