Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* tagging */
- @@ -56,7 +62,7 @@ static const Layout layouts[] = {
- /* commands */
- static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
- -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
- +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_base01, "-nf", col_base04, "-sb", col_base0D, "-sf", col_base00, NULL };
- static const char *termcmd[] = { "st", NULL };
- static Key keys[] = {
Advertisement
Add Comment
Please, Sign In to add comment