-
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
Is There A Way To Completely Exclude Applications? #182
Comments
The closest I could see is |
Hi richardgv, Ok this is what I have for now that I understand and it seems to be woking. Does this look ok? shadow-exclude = [ fade-exclude = [ focus-exclude = [ By the way I wanted to add in xterm and I did it like this but it still fades but Firefox doesn't, why is that and how do I stop fade for xterm? fade-exclude = [ I also added xterm like this too; focus-exclude = [ Speaking of opacity can you simply make for compton an opacity exclude rule like the others like this? opacity-exclude = [ Because I just noticed for the bookmarks in Firefox, if you put your mouse on a bookmark, you'll get a small popup window that shows the name and url, but this popup is slightly translucent with compton running, that's why I was hoping you could make an opacity-exclude = [ rule to stop this? thanks |
Yes.
Use
By the way, the tooltip window is possibly semi-transparent because |
HI Sorry I'm lost here, I do have xterm under fade-exclude, I don't see what's wrong, or what you're trying to point out? fade-exclude = [ Regarding firefox I have this below, wintypes: and mark-ovredir-focused = true; Would I change any of them or just make is all now the, By the way I added in for Firefox like this and it didn't work; --opacity-rule "99:class_g = 'Firefox' && window_type = 'tooltip'" then I changed it to this and it still doesn't work; opacity-rule = [ Also I noticed you make your quotes different, but the configuration I found online had them the way I'm showing you and everything in it works like this... thanks... |
Well, I saw this in your previous reply:
So I suppose you added
If you wish to let tooltips of other applications remain 75% opaque by default, use the opacity rule, otherwise just change
It does work for me. After applying the rule all tooltip windows of Firefox are turned opaque. Not really sure why it would appear broken for you...
compton uses Python string syntax and single-quote and double quote is equivalent (as far as you don't mix them). I usually use single quotes outside since it's safer in shell. libconfig requires string values be wrapped inside double quotes, though. |
Ahhh my bad XTerm... :) Ok I understand this below now; I was talking about the rule for only firefox like below does not work; opacity-rule = [ |
Use |
Not sure what you mean by break a rule up? So the way I wrote it before like this beliow is correct and it should of worked? opacity-rule = [ |
@SlackBox: Well, if my words are really so hard to understand... Is there any issue in my English or something? DO NOT break |
LOL, no your English is fine, sorry for not being clear, I should of said not understanding fully the concept of Compton, still getting used to things, I wasn't sure what this 'rule' exactly was, but now I see what you mean... :) So now I have it as one rule like this; opacity-rule = [ Thanks richardgv |
Cool. :-) |
Sorry for commenting on an old, closed issue.
Why 99 instead of 100 and why isn't 100 working? |
Compton ignores values of 100. Unfortunately, with 99, it's still possible to see a tiny bit of transparency. |
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
Hello again, I face problems with firefox. I am using compton version 7.4. Edit: |
not working, any new solution to fix this problem.? |
Hi,
Is there a way to exclude applications with compton? I really don't want Firerfox to have any effects going on with compton, you name it, opacity, shadows, fade, etc., I'd like to be able to have Firefox run without any compton effects if possible?
Thanks...
The text was updated successfully, but these errors were encountered: