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

How can I make inactive windows slightly grayed out

asked 2013-12-29 23:05:44 +0000

AndrewVos gravatar image

For example, I have two terminals open. If I switch to one, then the inactive one is made lighter. Kind of like what would happen if you dropped the transparency to 20%.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2013-12-30 03:08:39 +0000

TonyC gravatar image

Use Compton and set inactive-dim = 0.2.

edit flag offensive delete link more

Comments

Thanks! Do you know if Compton works well with Ubuntu? EDIT: It works perfectly thanks!

AndrewVos gravatar imageAndrewVos ( 2013-12-30 12:05:54 +0000 )edit
1

answered 2013-12-30 21:15:47 +0000

joepd gravatar image

urxvt only (I think):

You can use -fade NUMBER and -fadecolor COLOR for this effect when launching urxvt from the command line. Alternatively, use the following Xresources:

*fading:                NUMBER
*fadeColor:          COLOR
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-12-29 23:05:44 +0000

Seen: 701 times

Last updated: Dec 30 '13