Don't create second mutt if one is running.
This commit is contained in:
parent
18c4407e77
commit
7023a32fc7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static Key keys[] = {
|
|||
{ 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'") },
|
||||
{ MODKEY, XK_m, spawn, SHCMD("st -n mutt -e neomutt") },
|
||||
{ MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || st -n mutt -e neomutt") },
|
||||
{ MODKEY, XK_q, killclient, {0} },
|
||||
{ MODKEY, XK_e, togglescratch, {.ui = 0 } },
|
||||
/* service controls */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue