Compare commits
No commits in common. "de8695d4e7836c89814baedf4efc8311e51144e2" and "e1b4f73d4a1d389c072a778218c923dc6ef4165d" have entirely different histories.
de8695d4e7
...
e1b4f73d4a
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
|
@ -20,7 +20,7 @@ static const float fullscreen_bg[] = {0.0f, 0.0f, 0.0f, 1.0f}; /* You ca
|
|||
static uint32_t colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { 0xcdd6f4ff, 0x1e1e2eff, 0x1e1e2eff },
|
||||
[SchemeSel] = { 0x11111bff, 0xf5e0dcff, 0xf5e0dcff },
|
||||
[SchemeSel] = { 0x11111bff, 0xb4befeff, 0xb4befeff },
|
||||
[SchemeUrg] = { 0, 0, 0xfe8ba8ff },
|
||||
};
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ static const int cursor_timeout = 5;
|
|||
|
||||
/* commands */
|
||||
static const char *termcmd[] = { "kitty", NULL };
|
||||
static const char *menucmd[] = { "wofi", "--conf", "/home/xory/.config/wofi/config/config", "--style", "/home/xory/.config/wofi/src/mocha/style.css", "--show", "drun", NULL };
|
||||
static const char *menucmd[] = { "wofi", "--conf", "/home/xory/.config/wofi/config/config", "--style", "/home/xory/.config/wofi/src/mocha/style.css", "-show", "drun", NULL };
|
||||
|
||||
static const Key keys[] = {
|
||||
/* Note that Shift changes certain key codes: 2 -> at, etc. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue