From a167f09bc24a9c1ecb8d9fbc1858708efb030b89 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Mon, 28 Jul 2025 19:23:23 +0200 Subject: init, gaps + smartborders --- config.def.h.rej | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.def.h.rej (limited to 'config.def.h.rej') diff --git a/config.def.h.rej b/config.def.h.rej new file mode 100644 index 0000000..6fe1fe8 --- /dev/null +++ b/config.def.h.rej @@ -0,0 +1,10 @@ +--- config.def.h ++++ config.def.h +@@ -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); -- cgit v1.2.3