X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=config.arg.h;h=3b44fd7141608495bd3e620ed5025f7cdc4f023c;hb=d9a6a3b5d2e0152d5746723fcd482994602f292e;hp=aeefc5ce881b5a652c8958b7c4da32ed01aa5d30;hpb=a73a88280681acdab047bd11a9ba77d97d6a0b72;p=dwm.git diff --git a/config.arg.h b/config.arg.h index aeefc5c..3b44fd7 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,6 +3,7 @@ * See LICENSE file for license details. */ +#define ARRANGE dotile /* dofloat */ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" #define BGCOLOR "#0a2c2d" #define FGCOLOR "#ddeeee" @@ -10,7 +11,6 @@ #define MODKEY Mod1Mask #define NUMLOCKMASK Mod2Mask #define MASTERW 52 /* percent */ -#define WM_PROTOCOL_DELWIN 1 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; #define TAGS \ @@ -72,5 +72,3 @@ static Rule rule[] = { \ { "Firefox.*", { [Tnet] = "net" }, False }, \ { "Gimp.*", { 0 }, True}, \ }; - -#define ARRANGE dotile