parent
1e4c889a3b
commit
10a3bca12b
1 changed files with 0 additions and 11 deletions
11
config.h
11
config.h
|
@ -214,7 +214,6 @@ static unsigned int defaultattr = 11;
|
|||
* Xresources preferences to load at startup
|
||||
*/
|
||||
ResourcePref resources[] = {
|
||||
{ "font", STRING, &font },
|
||||
{ "color0", STRING, &colorname[0] },
|
||||
{ "color1", STRING, &colorname[1] },
|
||||
{ "color2", STRING, &colorname[2] },
|
||||
|
@ -238,16 +237,6 @@ ResourcePref resources[] = {
|
|||
{ "unfocusedBackground", STRING, &colorname[261] },
|
||||
{ "selectionForeground", STRING, &colorname[262] },
|
||||
{ "selectionBackground", STRING, &colorname[263] },
|
||||
{ "termname", STRING, &termname },
|
||||
{ "shell", STRING, &shell },
|
||||
{ "minlatency", INTEGER, &minlatency },
|
||||
{ "maxlatency", INTEGER, &maxlatency },
|
||||
{ "blinktimeout", INTEGER, &blinktimeout },
|
||||
{ "bellvolume", INTEGER, &bellvolume },
|
||||
{ "tabspaces", INTEGER, &tabspaces },
|
||||
{ "borderpx", INTEGER, &borderpx },
|
||||
{ "cwscale", FLOAT, &cwscale },
|
||||
{ "chscale", FLOAT, &chscale },
|
||||
{ "alpha", FLOAT, &alpha },
|
||||
{ "alphaUnfocused",FLOAT, &alphaUnfocused },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue