X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=49e45c20c52be74b9547b4a5f0dcc7dfec80aaaa;hb=5052c538d9c14b46f298240cefa8a0062323d249;hp=fd7f2a98410a765dc7cf1348b40e7dc614338167;hpb=6a5b41203e45d565b58b1e39e86f0e290cabdc20;p=dwm.git diff --git a/config.default.h b/config.default.h index fd7f2a9..49e45c2 100644 --- a/config.default.h +++ b/config.default.h @@ -5,6 +5,7 @@ #define TAGS \ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; +#define BORDERPX 1 #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" @@ -21,6 +22,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; #define MODKEY Mod1Mask #define NMASTER 1 /* clients in master area */ #define SNAP 20 /* pixel */ +#define TOPBAR True /* False */ #define KEYS \ static Key key[] = { \ @@ -83,4 +85,6 @@ static Key key[] = { \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Gimp.*", NULL, True }, \ + { "MPlayer.*", NULL, True }, \ + { "Acroread.*", NULL, True }, \ };