aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/dway/config.h')
-rw-r--r--sys/cmd/dway/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cmd/dway/config.h b/sys/cmd/dway/config.h
index 5ac665a..cd27147 100644
--- a/sys/cmd/dway/config.h
+++ b/sys/cmd/dway/config.h
@@ -2,6 +2,7 @@
static const int sloppyfocus = 1; /* focus follows mouse */
static const uint borderwidth = 1; /* width window borders (pixel) */
+static const uint gapwidth = 4; /* width of gaps(pixel) */
static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0};
static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
@@ -24,7 +25,7 @@ static const MonitorRule monitorrules[] = {
/* example of a HiDPI laptop monitor:
{ "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
*/
- { NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
+ { nil, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
};
/* keyboard */