-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compton disable transparency for full screen windows #403
Comments
I would love to see functionality to modify opacity if the window is fullscreen or not. +1 If this currently already exists, I'd love an example config :) |
You can use an opacity rule matching |
No proper compton option yet? |
Compton isn't really being developed anymore. But this is already possible, see my answer above. |
@Airblader thank you, I wasn't aware of its development status. Still it fulfills all my need so I'm going to continue it's use :)
How would this look inside the Compton config? I'm not so familiar with Compton rules, would placing them like |
@agauniyal Due to #408 it's a bit tricky. To be safe, it should look something like this:
How many duplicates you use depends a little on how much your window manager supports. I'd say 5 should be plenty, though. |
When inactive-opacity is enabled, you can override the opacity by using opacity-rule. By default, all windows have 100 opacity and, if it is still at 100, inactive-opacity will be applied when the window loses focus. This patch adds a new bool opacity_disabled to win struct and verify this variable before deciding if it should be excluded from inactive-opacity Fix 99% transparency problems on chjj/compton#450 chjj/compton#433 chjj/compton#403 chjj/compton#367 chjj/compton#260 chjj/compton#182 chjj/compton#158
When inactive-opacity is enabled, you can override the opacity by using opacity-rule. By default, all windows have 100 opacity and, if it is still at 100, inactive-opacity will be applied when the window loses focus. This patch adds a new bool opacity_disabled to win struct and verify this variable before deciding if it should be excluded from inactive-opacity Fix 99% transparency problems on chjj/compton#450 chjj/compton#433 chjj/compton#403 chjj/compton#367 chjj/compton#260 chjj/compton#182 chjj/compton#158
@Airblader @agauniyal it is developed, it's just going here. |
Yes, I'm aware now. I don't think it used to be like that when I wrote that comment, at least to my knowledge. Glad people are continuing to work on it! |
I wonder btw if a better way that would suit 95% of users is to just disable transparency for focused windows with this config line:
|
Would be cool if we could specify a window for 100% opacity but still keep other windows transparent. |
I got it working like this:
Unfortunately the solution for fullscreen given above does not work on xmonad |
You can see my compton config file above but I am having issues, when using certain programs firefox or even using a regular application in full screen mode, can I disable the transparencies?
The text was updated successfully, but these errors were encountered: