summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-10-01 11:36:46 +0000
committer0scar <qgt268@alumni.ku.dk>2024-10-01 11:53:32 +0000
commit53b1b5556e206c8af520afcd6b8ff71b83170e0e (patch)
tree5004a7e5030f42b8a3a1b27f7f100433be2daeb3 /config.def.h
parent343c26fe166c87e09e280208469c0d84a8011f92 (diff)
Revert "Patch: Smart borders"
This reverts commit 8c62ba88848c8dc4b0d0471382e9ec4ca139fb60.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 8fe9511..d4765be 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,7 +10,6 @@
static const int sloppyfocus = 1; /* focus follows mouse */
static const int mousefollowsfocus = 1; /* mouse follows focus */
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 = 2; /* border pixel of windows */
static const float rootcolor[] = COLOR(0x222222ff);
static const float bordercolor[] = COLOR(0x444444ff);