aboutsummaryrefslogtreecommitdiff
path: root/config.def.h.rej
diff options
context:
space:
mode:
authorSyagros <syagros@syagros.org>2025-08-20 00:56:26 +0530
committerSyagros <syagros@syagros.org>2025-08-20 00:56:26 +0530
commit4a0d286299719065133215866a9d4f93c5287d3a (patch)
tree34d850ac5b511f1abdd7de05347eacaf74dff238 /config.def.h.rej
parent1bb8492655017d4412cda3c8620c3114fa7b2daf (diff)
smartborders
Diffstat (limited to 'config.def.h.rej')
-rw-r--r--config.def.h.rej16
1 files changed, 8 insertions, 8 deletions
diff --git a/config.def.h.rej b/config.def.h.rej
index f740852..6fe1fe8 100644
--- a/config.def.h.rej
+++ b/config.def.h.rej
@@ -1,10 +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)
+@@ -6,6 +6,7 @@
+ /* appearance */
+ 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 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);