# HG changeset patch # User Anselm R. Garbe # Date 1172163165 -3600 # Node ID a634bea99a517a34ffe8b20c48be79effbe8303f # Parent 8b84189854dc854a3f9798bd2c18bcfbc6de89bf using MASTERWIDTH=640 and 32px steps by default (incmasterw()) diff -r 8b84189854dc -r a634bea99a51 config.arg.h --- a/config.arg.h Thu Feb 22 17:51:34 2007 +0100 +++ b/config.arg.h Thu Feb 22 17:52:45 2007 +0100 @@ -32,7 +32,7 @@ { "[]=", tile }, /* first entry is default */ \ { "><>", untile }, \ }; -#define MASTERWIDTH 600 /* master width per thousand */ +#define MASTERWIDTH 640 /* master width per thousand */ #define NMASTER 1 /* clients in master area */ #define SNAP 40 /* untiled snap pixel */ @@ -50,8 +50,8 @@ { MODKEY, XK_space, setlayout, NULL }, \ { MODKEY, XK_d, incnmaster, "-1" }, \ { MODKEY, XK_i, incnmaster, "1" }, \ - { MODKEY, XK_h, incmasterw, "-15" }, \ - { MODKEY, XK_l, incmasterw, "15" }, \ + { MODKEY, XK_h, incmasterw, "-32" }, \ + { MODKEY, XK_l, incmasterw, "32" }, \ { MODKEY, XK_j, focusclient, "1" }, \ { MODKEY, XK_k, focusclient, "-1" }, \ { MODKEY, XK_m, togglemax, NULL }, \ diff -r 8b84189854dc -r a634bea99a51 config.default.h --- a/config.default.h Thu Feb 22 17:51:34 2007 +0100 +++ b/config.default.h Thu Feb 22 17:52:45 2007 +0100 @@ -33,7 +33,7 @@ { "[]=", tile }, /* first entry is default */ \ { "><>", untile }, \ }; -#define MASTERWIDTH 600 /* master width per thousand */ +#define MASTERWIDTH 640 /* master width per thousand */ #define NMASTER 1 /* clients in master area */ #define SNAP 20 /* untiled snap pixel */ @@ -46,8 +46,8 @@ { MODKEY, XK_space, setlayout, NULL }, \ { MODKEY, XK_d, incnmaster, "-1" }, \ { MODKEY, XK_i, incnmaster, "1" }, \ - { MODKEY, XK_g, incmasterw, "15" }, \ - { MODKEY, XK_s, incmasterw, "-15" }, \ + { MODKEY, XK_g, incmasterw, "32" }, \ + { MODKEY, XK_s, incmasterw, "-32" }, \ { MODKEY, XK_Tab, focusclient, "1" }, \ { MODKEY|ShiftMask, XK_Tab, focusclient, "-1" }, \ { MODKEY, XK_m, togglemax, NULL }, \