Default to only use ARGB visual for ARGB client windows#3910
Default to only use ARGB visual for ARGB client windows#3910yshui wants to merge 1 commit intoawesomeWM:masterfrom
Conversation
Don't use the same visual for all windows. And add a --full-argb option to force ARGB visual for all windows, which is the current default behavior. Fixes awesomeWM#2408
|
Maybe it's better to instead keep the current default, and enable the new behavior with an option, like |
|
Sorry for the delay, I don't have a lot of time for Awesome right now. Won't think break people who add transparent titlebars or use anti-aliased round corners? |
|
@Elv13 yes, this will. alternatively we can also keep the default and add an option to enable this behavior, maybe |
|
yup, i also think it's better to preserve the current behavior (forced argb) as a default, at least til next major release |
|
@yshui Maybe deprecate * |
Don't use the same visual for all windows.
And add a
--full-argboption to force ARGB visual for all windows, which is the current default behavior.Fixes #2408