noborder parameter

- Add noborder parameter to enable/disable border when only one window is shown
This commit is contained in:
Sravan Balaji
2020-12-20 00:05:58 -05:00
parent be9497bd75
commit 0b87eae829
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ static const unsigned int gappih = 20; /* horiz inner gap between windo
static const unsigned int gappiv = 20; /* vert inner gap between windows */
static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */
static const unsigned int gappov = 10; /* vert outer gap between windows and screen edge */
static const int noborder = 0; /* 1 means no border when there is only one window */
static int smartgaps = 1; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */