X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=b8654bd90672562eb2ef7dfc8659310dc492d9ad;hb=8a5f002c4182abf6dcaac354a3da04cc18830ad9;hp=9f1f07df8762f458600e0b04da1e1af3d7adb578;hpb=b1c9f5f1447846cf75b0184445062b1c30753452;p=dwm.git diff --git a/config.default.h b/config.default.h index 9f1f07d..b8654bd 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[] = { \ @@ -83,5 +84,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Gimp.*", NULL, True }, \ + { "Gimp", NULL, True }, \ + { "MPlayer", NULL, True }, \ + { "Acroread", NULL, True }, \ };