X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=9ed564446cbb3a92c70725a551ea0c267f1821ee;hb=b93ebcf42f8bceb3216a8f44ab0810ea22b89e4d;hp=3a098cb565f25517976b048911a2a6d345fa8f08;hpb=724f35a66404efdcf6f684c8616c444c5a5801cd;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 3a098cb..9ed5644 100644 --- a/config.arg.h +++ b/config.arg.h @@ -59,8 +59,8 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", False}, \ - { "Gimp.*", NULL, True}, \ - { "MPlayer.*", NULL, True}, \ - { "Acroread.*", NULL, True}, \ + { "Firefox.*", "net", False }, \ + { "Gimp.*", NULL, True }, \ + { "MPlayer.*", NULL, True }, \ + { "Acroread.*", NULL, True }, \ };