Compare commits
No commits in common. "216c8b8e11d1ab731e9faf038d4f22846a8aa2c7" and "057ce85595af42018acdd980731e184ac56e5207" have entirely different histories.
216c8b8e11
...
057ce85595
8
config.h
8
config.h
@ -27,11 +27,11 @@ static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "monospace:size=10" };
|
||||
static const char dmenufont[] = "monospace:size=10";
|
||||
static const char col_gray1[] = "#141414";
|
||||
static const char col_gray1[] = "#222222";
|
||||
static const char col_gray2[] = "#444444";
|
||||
static const char col_gray3[] = "#bbbbbb";
|
||||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char col_cyan[] = "#224488";
|
||||
static const char col_cyan[] = "#005577";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
@ -52,10 +52,6 @@ static const Rule rules[] = {
|
||||
{"st", NULL, NULL, 0, 0, 1, 1, -1},
|
||||
{"Xephyr", NULL, NULL, 0, 1, 0, 0, -1},
|
||||
{"Xnest", NULL, NULL, 0, 1, 0, 0, -1},
|
||||
{"streamdeck", NULL, NULL, 0, 0, 0, 1, -1},
|
||||
{"jetbrains-toolbox", NULL, NULL, 0, 1, 0, 1, -1},
|
||||
{"jetbrains-idea", NULL, NULL, 0, 0, 0, 1, -1},
|
||||
{"jetbrains-idea", NULL, "Welcome to IntelliJ IDEA", 0, 1, 0, 1, -1},
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
Loading…
Reference in New Issue
Block a user