Add work-terminal bind.

This commit is contained in:
Bartek Stalewski 2022-01-31 23:02:31 +01:00
parent 46e5f7e56b
commit e793953363

View File

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