diff options
author | sinanmohd <sinan@firemail.cc> | 2023-09-22 14:55:35 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-09-22 16:36:42 +0530 |
commit | 2dd280bbd70d032e940c41ffa738baadd6580c4d (patch) | |
tree | 8c714e3abcd2ddc312b2ac3f2fc6ecab89727983 /config.def.h | |
parent | b9a18f7a2f6b29f514169dd73930001661a6ee41 (diff) |
gaps: implement stable gaps
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 8a16ea9..7c7e97f 100644 --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,8 @@ static const int sloppyfocus = 1; /* focus follows mouse */ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */ static const unsigned int borderpx = 2; /* border pixel of windows */ +static const int monoclegaps = 1; /* 1 means gaps in monocle layout */ +static const unsigned int gap = 10; /* gap size */ static const float bordercolor[] = {0.27, 0.27, 0.27, 1.0}; static const float focuscolor[] = {0.0, 0.33, 0.47, 1.0}; /* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */ |