Skip to content
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

Background opacity #31

Closed
fennecdjay opened this issue Jan 13, 2017 · 8 comments
Closed

Background opacity #31

fennecdjay opened this issue Jan 13, 2017 · 8 comments

Comments

@fennecdjay
Copy link

I really miss this one, tried to look in the code, but there I only see cursor_opacity.
Any hints?
Thanks for the work.

@kovidgoyal
Copy link
Owner

There is no background opacity -- this is not supported by glfw the windowing toolkit kitty uses. glfw/glfw#197

@fennecdjay
Copy link
Author

I'll give a look. Thanks for the precise answer.

@raspbeguy
Copy link

I really would like this feature to exist. I'll follow the glfw ticket.

@ibrokemypie
Copy link

If you use compton you can add opacity-rule = ["85:class_g = 'kitty'"]; to compton.conf to use compositor transparency as a workaround

@martsa1
Copy link

martsa1 commented Oct 7, 2017

Upstream appears to have merged opacity, does that mean we can see opacity brought into Kitty?
glfw/glfw#197

@kovidgoyal
Copy link
Owner

Sure once a version of glfw with transparency is released adding transparency to kitty should be a trivial change -- about ten lines of code.

@n3k0lai
Copy link

n3k0lai commented Oct 10, 2017

For OSX users with chunkwm, modification in their .chunkwmrc utilizing commands similar to those referenced in koekeishiya/chunkwm#139 could accomplish this.

kovidgoyal added a commit that referenced this issue Nov 24, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
@kovidgoyal
Copy link
Owner

This is implemented in the win branch which will eventually become version 0.6.0

kovidgoyal added a commit that referenced this issue Nov 24, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Nov 26, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Nov 26, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Nov 26, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Nov 29, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Nov 29, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Nov 29, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Dec 1, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
kovidgoyal added a commit that referenced this issue Dec 1, 2017
Negative z-index images dont need FBO based rendering when the
background is opaque. Finishes up support for background_opacity.

Fixes #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants