X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=49e45c20c52be74b9547b4a5f0dcc7dfec80aaaa;hb=5052c538d9c14b46f298240cefa8a0062323d249;hp=9f1f07df8762f458600e0b04da1e1af3d7adb578;hpb=b1c9f5f1447846cf75b0184445062b1c30753452;p=dwm.git diff --git a/config.default.h b/config.default.h index 9f1f07d..49e45c2 100644 --- a/config.default.h +++ b/config.default.h @@ -22,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[] = { \ @@ -84,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 }, \ };