The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Terminal transparency in i3.

asked Jan 3 '14

Skitter gravatar image

updated Jan 3 '14

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.

Comments

3 answers

Sort by » oldest newest most voted
2

answered Apr 23 '14

thesoundman20 gravatar image

I use terminator, and transparency is in the preferences.

1

answered Aug 14 '14

bchr gravatar image

updated Aug 14 '14

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.

1

answered Aug 13 '14

this post is marked as community wiki

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)

Question Tools

Stats

Asked: Jan 3 '14

Seen: 8,210 times

Last updated: Aug 14 '14