mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
Added Xresource border to adjust the internal border.
This commit is contained in:
parent
05cc5be681
commit
84480af682
1 changed files with 2 additions and 1 deletions
1
config.h
1
config.h
|
@ -180,6 +180,7 @@ ResourcePref resources[] = {
|
||||||
{ "cwscale", FLOAT, &cwscale },
|
{ "cwscale", FLOAT, &cwscale },
|
||||||
{ "chscale", FLOAT, &chscale },
|
{ "chscale", FLOAT, &chscale },
|
||||||
{ "alpha", INTEGER, &alpha },
|
{ "alpha", INTEGER, &alpha },
|
||||||
|
{ "border", INTEGER, &borderpx },
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue