raexera / yoru

A custom Linux environment built on AwesomeWM
GNU General Public License v3.0
3.48k stars 198 forks source link

picom blur/opacity support #128

Closed BaigHack3rss closed 1 year ago

BaigHack3rss commented 2 years ago

Currently when using picom to change a window's opacity the window will be transparent until there is a focus change so if I open wezterm it will be transparent . If open another window and change my focus to that window and move my focus back to wezterm the opacity of the terminal app resets making the whole thing pointless

javacafe01 commented 2 years ago

@BaigHack3rss I'm getting confused on what you are trying to say; can you paste a video or a gif of the issue?

BaigHack3rss commented 2 years ago

https://user-images.githubusercontent.com/77700401/188541021-3d1d1aa7-dbd3-4c34-a9e9-0b7d6e4d0241.mp4

dmguezjaviersnet commented 2 years ago

I'm having the same behavior as @BaigHack3rss, when shifting focus the window to which the focus goes, goes 100% opacity, as if it was reseting the picom config.

Griffith-Femto commented 1 year ago

I was having the same issue but I was able to get blur working by removing "bling.module.flash_focus.enable()" from desktop.lua, I'm also using picom-ibhagwan btw

BaigHack3rss commented 1 year ago

I have made a pull request at BlingCorp/bling where you can now have seperate final transparencies per app

I'm having the same behavior as @BaigHack3rss, when shifting focus the window to which the focus goes, goes 100% opacity, as if it was reseting the picom config.