diff options
| author | Syagros <syagros@syagros.org> | 2025-08-19 16:56:19 +0530 |
|---|---|---|
| committer | Syagros <syagros@syagros.org> | 2025-08-19 16:56:19 +0530 |
| commit | 1bb8492655017d4412cda3c8620c3114fa7b2daf (patch) | |
| tree | 233c48f7adccc495eb798b23e9923a4c7840c59b /config.def.h.rej | |
dwl
Diffstat (limited to 'config.def.h.rej')
| -rw-r--r-- | config.def.h.rej | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.def.h.rej b/config.def.h.rej new file mode 100644 index 0000000..f740852 --- /dev/null +++ b/config.def.h.rej @@ -0,0 +1,10 @@ +--- config.def.h ++++ config.def.h +@@ -13,6 +13,7 @@ static const float focuscolor[] = COLOR(0x005577ff); + static const float urgentcolor[] = COLOR(0xff0000ff); + /* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */ + static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You can also use glsl colors */ ++static const int respect_monitor_reserved_area = 0; /* 1 to monitor center while respecting the monitor's reserved area, 0 to monitor center */ + + /* tagging - TAGCOUNT must be no greater than 31 */ + #define TAGCOUNT (9) |
