joewing / jwm

Joe's Window Manager
http://joewing.net/projects/jwm
MIT License
529 stars 85 forks source link

compton inactive-dim issue #382

Open artyommironov opened 7 years ago

artyommironov commented 7 years ago

JWM v2.3.6 compton git-v0.1_beta2-88-ge5074a5-2016-05-04 .xinitrc:

compton -cCGfG -r6 -l-8 -t-6 -o.5 -D5 --inactive-dim .3 &
exec jwm
  1. Launch an app from launcher - its window is dimmed
  2. Launch another app from launcher - its window is not dimmed
  3. Minimize all windows
  4. Launch an app from launcher - its window is dimmed
  5. Minimize all windows
  6. Restore an app from taskbar - its window is not dimmed

Looks like first newly opened window appeared on screen is always dimmed. Tested on openbox - no issue.

joewing commented 7 years ago

I am able to reproduce this, but as far as I can tell, JWM is setting the opacity correctly. Using xcompmgr gives the right results for me. My guess would be that compton is treating the newly mapped window as a menu for some reason.