Przeglądaj źródła

Merge pull request #44 from kidanger/ignore_tag

Applique la règle ignore_tag au client
Martin Duquesnoy 12 lat temu
rodzic
commit
70bcf3cd50
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      src/client.c

+ 1 - 3
src/client.c

@@ -869,10 +869,8 @@ _apply_rule(struct client *c, struct rule *r)
      if(r->flags & RULE_TAB)
           W->flags ^= WMFS_TABNOC; /* < can be disable by client_tab_next_opened */
 
-     /* TODO
      if(r->flags & RULE_IGNORE_TAG)
-     {}
-     */
+          c->flags |= CLIENT_IGNORE_TAG;
 
      c->flags |= CLIENT_RULED;
 }