mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-19 15:57:45 +02:00
new config for new patch
This commit is contained in:
parent
2314f013d8
commit
685c69599e
@ -36,10 +36,10 @@ static const Rule rules[] = {
|
||||
* WM_CLASS(STRING) = instance, class
|
||||
* 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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user