diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-22 12:18:52 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-22 12:18:52 -0600 |
commit | 9f25812dc5c27ac140845f65fa20dcbd7504e5c7 (patch) | |
tree | 58111d909966cdd08f5b4e275b35cc4a127b6552 /config.def.h | |
parent | 400767dae1316df25fd8b140a40c24cf942f2535 (diff) | |
download | dwl-9f25812dc5c27ac140845f65fa20dcbd7504e5c7.tar.gz dwl-9f25812dc5c27ac140845f65fa20dcbd7504e5c7.tar.bz2 dwl-9f25812dc5c27ac140845f65fa20dcbd7504e5c7.zip |
configure the borders
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h index 3dd19b2..d6cdf3a 100644 --- a/config.def.h +++ b/config.def.h @@ -8,11 +8,11 @@ static const int sloppyfocus = 1; /* focus follows mouse */ static const int warpcursor = 1; /* weather the cursor should move with client 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 smartgaps = 0; /* 1 means no outer gap when there is only one window */ -static const unsigned int borderpx = 2; /* border pixel of windows */ -static const unsigned int borderspx = 2; /* width of the border that start from outside the windows */ -static const unsigned int borderepx = 0; /* width of the border that start from inside the windows */ -static const unsigned int borderspx_offset = 0; /* offset of the border that start from outside the windows */ -static const unsigned int borderepx_negative_offset = 0; /* offset of the border that start from inside the windows */ +static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int borderspx = 3; /* width of the border that start from outside the windows */ +static const unsigned int borderepx = 3; /* width of the border that start from inside the windows */ +static const unsigned int borderspx_offset = 3; /* offset of the border that start from outside the windows */ +static const unsigned int borderepx_negative_offset = 3; /* offset of the border that start from inside the windows */ static const unsigned int gappx = 10; /* horiz inner gap between windows */ static const unsigned int swipe_min_threshold = 0; static const float bordercolor[] = COLOR(0x161617ff); |