X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.arg.h;h=f2867695b21966df3855a82aed4d74e0c8b43488;hp=308318f7f96b6d24cceed1e6c71f0c25eeaabe2b;hb=cac492b0e997cf8204ee9f28fb7f43d19f93c04e;hpb=ef9b3e173c6e588d630d15a35c7675189a6c31b9 diff --git a/config.arg.h b/config.arg.h index 308318f..f286769 100644 --- a/config.arg.h +++ b/config.arg.h @@ -32,9 +32,9 @@ static Layout layout[] = { \ { "[]=", tile }, /* first entry is default */ \ { "><>", untile }, \ }; -#define MASTERWIDTH 640 /* master width per thousand */ +#define MASTERWIDTH 600 /* master width per thousand */ #define NMASTER 1 /* clients in master area */ -#define SNAP 40 /* untiled snap pixel */ +#define SNAP 32 /* snap pixel */ /* key definitions */ #define MODKEY Mod1Mask