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

unfocused window fading

asked Feb 13 '13

dkeg gravatar image

using URxvt one could use the fading variable to fade the window when it is not in focus. Is there a way to have that same fading functionality through the i3 config for all windows. Not just the border, but fading the entire window.

Thanks,

3 answers

Sort by ยป oldest newest most voted
0

answered Feb 13 '13

Kha gravatar image

i3 isn't a compositing window manager. You'll need a separate compositor such as xcompmgr or compton.

Comments

but URxvt's fading has nothing to do with compositing. I'm not saying you're not correct, however URxvt already fades for me in i3, so led me to wonder if possible. More so out of curiosity, not necessity.

dkeg gravatar imagedkeg (Feb 13 '13)edit

urxvt renders its window contents. i3 never interferes with window contents. A compositor does, however. Therefore, a compositor (or the app itself) can fade, while i3 cannot.

Michael gravatar imageMichael (Feb 14 '13)edit

okay, thanks to both of you. Michael, you're explanation was very helpful. Wouldn't be worth the bloat

dkeg gravatar imagedkeg (Feb 15 '13)edit
0

answered May 17 '13

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

try unagi. works great and out of the box with i3!

Comments

great, thanks! Sounds like an intersting project. Documentation seems a bit light atm. Would to see some config file examples.

dkeg gravatar imagedkeg (May 19 '13)edit

Be careful with Unagi, there's a performance hit for it. Most apps are fine but anything that relies on solid 60hz will experience frame drops and tearing.

gazliddon gravatar imagegazliddon (Jul 14 '13)edit

I would suggest compton https://github.com/chjj/compton. Using "compton --backend glx" makes all the video tearing gone.

geyslan gravatar imagegeyslan (Jul 14 '13)edit
0

answered Jul 14 '13

Be careful with Unagi. It's pretty good and works nicely but messes badly with anything that requires vsync

Both Mame and a Javascript browser game I was devving ran at < 60hz and experienced tearing when using Unagi under i3wm

Question Tools

Stats

Asked: Feb 13 '13

Seen: 1,002 times

Last updated: Jul 14 '13