Color + mutt fix.

This commit is contained in:
Bartek Stalewski 2022-03-08 20:20:12 +01:00
parent a2299dc9c0
commit b2e788f134

View file

@ -17,7 +17,7 @@ static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=
static const char normfgcolor[] = "#bbbbbb"; static const char normfgcolor[] = "#bbbbbb";
static const char col_fg[] = "#161616"; static const char col_fg[] = "#161616";
static const char col_bg[] = "#c7c7c7"; static const char col_bg[] = "#c7c7c7";
static const char col_bd[] = "#161616"; static const char col_bd[] = "#000000";
static const char col_fg_sel[] = "#ffffff"; static const char col_fg_sel[] = "#ffffff";
static const char col_bg_sel[] = "#005577"; static const char col_bg_sel[] = "#005577";
static const char col_bd_sel[] = "#ffffff"; static const char col_bd_sel[] = "#ffffff";
@ -107,7 +107,7 @@ static Key keys[] = {
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i -l 20") }, { 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'") }, { 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'") }, { SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
{ MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || st -n mutt -e neomutt") }, { MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || BROWSER=firefox 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 } },
{ SHTKEY, XK_e, togglescratch, {.ui = 1 } }, { SHTKEY, XK_e, togglescratch, {.ui = 1 } },