replicate dwm behavior for snap resize

This commit is contained in:
sewn
2026-09-14 02:25:48 +02:00
committed by Guido Cella
parent 5fd19feaff
commit 8f52e96be4
2 changed files with 13 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
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 unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const float rootcolor[] = COLOR(0x222222ff);
static const float bordercolor[] = COLOR(0x444444ff);
static const float focuscolor[] = COLOR(0x005577ff);