Shortcut for mutt.

This commit is contained in:
Bartek Stalewski 2021-08-22 18:18:51 +02:00
parent 46ad37b0f3
commit 12a21b9849

View file

@ -108,6 +108,7 @@ static Key keys[] = {
{ MODKEY, XK_i, spawn, SHCMD("scrot --select 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") }, { MODKEY, XK_i, spawn, SHCMD("scrot --select 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
{ SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") }, { SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
{ MODKEY, XK_m, spawn, SHCMD("kill -50 $(pidof dwmblocks)") }, { MODKEY, XK_m, spawn, SHCMD("kill -50 $(pidof dwmblocks)") },
{ MODKEY, XK_n, spawn, SHCMD("st -n mutt -e neomutt") },
{ MODKEY, XK_q, killclient, {0} }, { MODKEY, XK_q, killclient, {0} },
{ MODKEY, XK_e, togglescratch, {.ui = 0 } }, { MODKEY, XK_e, togglescratch, {.ui = 0 } },
/* service controls */ /* service controls */