Terminal transparency in i3.
How can I achieve transparency effect in Konsole (KDE terminal) or any other terminal emulator with i3? I know that it is possible because I've seen in on YouTube.
How can I achieve transparency effect in Konsole (KDE terminal) or any other terminal emulator with i3? I know that it is possible because I've seen in on YouTube.
I use terminator, and transparency is in the preferences.
If you use compton
, you can add the following line to your compton
configuration file:
opacity-rule = ["85:class_g = 'Termite'"];
Just replace Termite
by whatever your terminal emulator is, and 85
by the percentage of opacity you want.
answered 2014-08-13 15:30:34 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
to get a real transparency you can add to your .i3/config file the line: exec xcompmgr -c -f -n
and install xcompmgr, it seems to be present on every package manager like apt, entropy, yum, portage, pacman/aur and so on..
(Terminator transparency don't work as a full transparency on i3 without some compositing manager, by the way)
Asked: 2014-01-03 16:10:16 +0000
Seen: 8,210 times
Last updated: Aug 14 '14
Solved. Check out #2 https://bbs.archlinux.org/viewtopic.php?id=117543