Kitty: Background opacity

Created on 13 Jan 2017  路  8Comments  路  Source: kovidgoyal/kitty

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

enhancement

Most helpful comment

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

All 8 comments

There is no background opacity -- this is not supported by glfw the windowing toolkit kitty uses. https://github.com/glfw/glfw/issues/197

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

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

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

Upstream appears to have merged opacity, does that mean we can see opacity brought into Kitty?
https://github.com/glfw/glfw/issues/197

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

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lazarcf picture lazarcf  路  4Comments

jasminabasurita picture jasminabasurita  路  3Comments

JJGO picture JJGO  路  3Comments

crocket picture crocket  路  4Comments

bewzaalex picture bewzaalex  路  3Comments