diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-02-27 16:28:28 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-09-30 09:57:27 +0000 |
| commit | 8c62ba88848c8dc4b0d0471382e9ec4ca139fb60 (patch) | |
| tree | b30b43ee68a5b673bb8bbe4de508d192cbdfc193 /config.def.h | |
| parent | ce69f69a51fa94053c68a92a3fe63525ed132464 (diff) | |
Patch: Smart borders
Source:
https://github.com/djpohly/dwl/compare/main...sevz17:smartborders.patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index f8f8f1a..ee03616 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,7 @@ static const int sloppyfocus = 1; /* focus follows mouse */ static const int mousefollowsfocus = 1; /* mouse follows focus */ 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 int smartborders = 1; static const unsigned int borderpx = 1; /* border pixel of windows */ static const float rootcolor[] = COLOR(0x222222ff); static const float bordercolor[] = COLOR(0x444444ff); |
