Merge pull request #65 from g-mips/master
Added Xresource border to adjust the internal border.
This commit is contained in:
commit
e196d09b86
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -179,7 +179,8 @@ ResourcePref resources[] = {
|
|||
{ "tabspaces", INTEGER, &tabspaces },
|
||||
{ "cwscale", FLOAT, &cwscale },
|
||||
{ "chscale", FLOAT, &chscale },
|
||||
{ "alpha", INTEGER, &alpha },
|
||||
{ "alpha", INTEGER, &alpha },
|
||||
{ "border", INTEGER, &borderpx },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue