t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9003d478e36691fda28f8de161d9b4f35612c0cb
   DIR parent 1bd9b412ee6d2826e18edc9d285287cb0e58e8bd
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Tue, 13 Nov 2018 21:48:38 +0100
       
       Decrease snap pixel width to 8
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -2,7 +2,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           = 8;  /* snap pixel */
        static const unsigned int systraypinning = 0;   /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
        static const unsigned int systrayspacing = 2;   /* systray spacing */