Bad typo.
This commit is contained in:
parent
32c401e9ae
commit
6353c2f3a1
2 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue