diff --git a/config.h b/config.h index 552424f..f1aa1b5 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int snap = 32; /* snap pixel */ +static const unsigned int snap = 3; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const unsigned int gappih = 5; /* horiz inner gap between windows */ diff --git a/dwm b/dwm index d8496b6..f661f3e 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index f61d0ca..c4808d4 100644 Binary files a/dwm.o and b/dwm.o differ