diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 00:13:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 00:13:33 +0100 |
| commit | 856a8e6edfbe85f38585cbcca719c7334b3968d1 (patch) | |
| tree | 59e1a4ae4d41f96678fe4a8f8a42fcd73b513935 /config.def.h | |
| parent | c66caf16ba5a76302e8fe5be87c5f1b4660c2134 (diff) | |
| parent | bbdf2a913b72e7a308ee0dfde6518a4285d4a775 (diff) | |
Merge branch 'main' of https://github.com/djpohly/dwl
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8313b2a..6ac9a4d 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,6 @@ 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 = 1; /* border pixel of windows */ -static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0}; static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0}; static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0}; /* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */ |