picom
picom copied to clipboard
A lightweight compositor for X11
### Platform phyOS ### GPU, drivers, and screen setup Intel® Core™ i5-2467M CPU @ 1.60GHz (up to 2.2GHz, 2 cores, SMT on) Apple MacBook Air. Screen unknown. ### Environment phyos-dwm...
### Platform Arch ### Environment X11 , dwm suckless ### picom version 11.2 Hello Is it possible to have that? I couldn't eliminate this weird frame unless set the frame-opacity...
I feel like adding arch install packages to the README was necessary. I personally daily drive arch so i had to figure this out by my self. Some people may...
@FT-Labs Also seems to contain work from @dccsillag, although his original commits were somehow lost. Serves as a replacement for #1032 #772 Fixes #217
Move the creation / binding of mask images into the critical section. Delay binding and release with `WINDOW_FLAGS_MASK_STALE` (part of `WINDOW_FLAGS_IMAGES_STALE`) analog to the handling of shadow images. No longer...
Animation PR
Borrowed most of the code from FTLabs which was the only one I found without graphical glitches. - Fixed some obvious merge problems in the HEAD of this fork -...
Cache all entries of the `_NET_WM_STATE` property for each window. This allows the addition of a new rule-target `wm_state` to match against the cached property with a string analogous to...
And reformat the existing code Holding off to not interfere with existing important PRs.
This fixes the issue #430 reported earlier.
Signed-off-by: Yuxuan Shui