Color + mutt fix.
This commit is contained in:
parent
a2299dc9c0
commit
b2e788f134
1 changed files with 2 additions and 2 deletions
|
@ -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 } },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue