Browse Source

new config for new patch

config
TiynGER 9 months ago
parent
commit
685c69599e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      config.def.h

+ 4
- 4
config.def.h

@ -36,10 +36,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class * WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title * WM_NAME(STRING) = title
*/ */
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ NULL, "de.uol.swp.client.ClientApp", NULL, 0, 1, -1 },
/* class instance title tags mask isCentered isfloating monitor */
{ "Gimp", NULL, NULL, 0, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, 0, -1 },
{ NULL, "de.uol.swp.client.ClientApp", NULL, 0, 0, 1, -1 },
}; };
/* layout(s) */ /* layout(s) */

Loading…
Cancel
Save