From 71527a7455d62b891990cffdf2d9c12ab9b5d7e5 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Thu, 31 Jul 2025 18:28:46 +0100 Subject: re-add hidden border and increase window snap size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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"; -- cgit v1.2.3