X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/ef9b3e173c6e588d630d15a35c7675189a6c31b9..671442e89d6e8e8c42912df08a82466f126a7b3b:/config.arg.h?ds=sidebyside 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