diff options
| author | bakkeby <[email protected]> | 2020-09-11 11:47:57 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-11 11:47:57 +0200 |
| commit | 104c9909b59717702627324524b731b794b44f21 (patch) | |
| tree | fc6939a15d5ae501e1ae7d2cf06a3c912046bf62 /config.def.h | |
| parent | 95c3014bd563ce05ccd5b7814f58b67262b9502d (diff) | |
| download | dwm-flexipatch-104c9909b59717702627324524b731b794b44f21.tar.gz dwm-flexipatch-104c9909b59717702627324524b731b794b44f21.zip | |
swallow: upgrading patch + fixing glitches
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 3e5e1e0..75e60c5 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,9 @@ static const int corner_radius = 10; static const unsigned int borderpx = 1; /* border pixel of windows */ #endif // ROUNDED_CORNERS_PATCH static const unsigned int snap = 32; /* snap pixel */ +#if SWALLOW_PATCH +static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ +#endif // SWALLOW_PATCH #if VANITYGAPS_PATCH static const unsigned int gappih = 20; /* horiz inner gap between windows */ static const unsigned int gappiv = 10; /* vert inner gap between windows */ |
