summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-31 18:28:46 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-31 18:28:46 +0100
commit71527a7455d62b891990cffdf2d9c12ab9b5d7e5 (patch)
tree8eb975afa69e8013111687d687af5ddcdfde9c9b /config.h
parent387d8153dcbff439c1f86e6b3fe3540450f39bcb (diff)
re-add hidden border and increase window snap size
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7ca7785..e1817e7 100755
--- a/config.h
+++ b/config.h
@@ -6,7 +6,7 @@
/* appearance */
static const unsigned int borderpx = 3; /* border pixel of windows */
-static const unsigned int snap = 8; /* snap pixel */
+static const unsigned int snap = 12; /* snap pixel */
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
static const char col_gray1[] = "#000000";
static const char col_gray2[] = "#000000";