Compton: Exclude certain windows from inactive-dim?

Created on 21 Jun 2019  路  2Comments  路  Source: chjj/compton

So I want inactive windows to be dimmed. I know that mark-ovredir-focused causes all windows to be considered active on bspwm, due to the way bspwm works. Disabling this option however causes compton to dim conky windows and that looks rather ugly so I was thinking, is there a way to exclude conky windows from dimming?

Most helpful comment

Does something like this work?

focus-exclude = [ 
    "class_g = 'mpv'",
];

All 2 comments

Does something like this work?

focus-exclude = [ 
    "class_g = 'mpv'",
];

Yes it does! Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

orschiro picture orschiro  路  3Comments

tpict picture tpict  路  6Comments

AndreasBackx picture AndreasBackx  路  6Comments

tsmithe picture tsmithe  路  13Comments

alecive picture alecive  路  5Comments