diff options
| author | foswret <foswret@posteo.com> | 2025-08-23 00:15:16 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-08-23 00:15:16 -0500 |
| commit | 2ba89db9645af1197dc8c6481a888bfe2ccc5aba (patch) | |
| tree | 390475810429e4102d821da74b801c012630ffa4 /config.h | |
| parent | a0b879c74c1bb3be93cf7967a8706e82b0228628 (diff) | |
applied useless gap patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ /* appearance */ static unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 6; /* gaps between windows */ static unsigned int snap = 32; /* snap pixel */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ @@ -36,7 +37,7 @@ static const Rule rules[] = { /* layout(s) */ static float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static int nmaster = 1; /* number of clients in master area */ -static int resizehints = 1; /* 1 means respect size hints in tiled resizals */ +static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */ |
