Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
whoops, actually edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
unclamped committed Nov 25, 2022
1 parent b6a5763 commit 533f335
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 45,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor ignoretransient */
{ "Gimp", NULL, NULL, 0, 1, -1, 0 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1, 0 },
/* class instance title tags mask isfloating monitor ignoretransient unmanaged*/
{ "Gimp", NULL, NULL, 0, 1, -1, 0, 0 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1, 0, 0 },
{ "glava", NULL, NULL, 0, 0, -1, 0, 1 },
};

/* layout(s) */
Expand Down

0 comments on commit 533f335

Please sign in to comment.