give default xresources diffrent names
This commit is contained in:
parent
ebd5bc66cc
commit
1f8dcc1dea
12
config.def.h
12
config.def.h
@ -53,10 +53,10 @@ static unsigned int preselected = 0;
|
||||
* Xresources preferences to load at startup
|
||||
*/
|
||||
ResourcePref resources[] = {
|
||||
{ "font", STRING, &font },
|
||||
{ "normfgcolor", STRING, &normfgcolor },
|
||||
{ "normbgcolor", STRING, &normbgcolor },
|
||||
{ "selfgcolor", STRING, &selfgcolor },
|
||||
{ "selbgcolor", STRING, &selbgcolor },
|
||||
{ "prompt", STRING, &prompt },
|
||||
{ "font", STRING, &font },
|
||||
{ "foreground", STRING, &normfgcolor },
|
||||
{ "background", STRING, &normbgcolor },
|
||||
{ "selforeground", STRING, &selfgcolor },
|
||||
{ "selbackground", STRING, &selbgcolor },
|
||||
// { "prompt", STRING, &prompt },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user