aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-01 18:16:39 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-01 18:16:56 +0530
commit79b6988e04216f1cff7761f3c625c9b47265a39a (patch)
treec205e6b76bdd27d90f4a3e7838b2c7d838b2c856 /config.def.h
parentf707737875bddb58f0382e316eee638335648582 (diff)
smart borders patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 3287e74..8e5cac4 100644
--- a/config.def.h
+++ b/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(0x272727ff);
static const float bordercolor[] = COLOR(0x272727ff);