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

ctrlcctrlv picture ctrlcctrlv  路  29Comments

SolitudeSF picture SolitudeSF  路  31Comments

pjrt picture pjrt  路  35Comments

spinningarrow picture spinningarrow  路  31Comments

kovidgoyal picture kovidgoyal  路  53Comments