picom
picom copied to clipboard
A lightweight compositor for X11
### Platform Linux 5.19.4-arch1-1 ### GPU, drivers, and screen setup GPU: Nvidia GTX2070 Super Mobile Max-Q Driver: 515.65.01 Monitor: Internal monitor, 1920x1080 @ 240 FPS ### Environment WM: Left-WM ###...
### Platform Arch Linux x86_64 ### GPU, drivers, and screen setup Using Core i5-3550 integrated graphics with mesa-git with 2 side by side screens name of display: :0 display: :0...
I currently have my shadows configured as follows: ``` shadow = true; shadow-radius = 10; shadow-offset-y = -10; shadow-offset-x = -10; shadow-opacity = 1; ``` I quite like that, but...
Example desired usecase: ```glsl ... uniform vec3 color_multiplier; // Custom uniform void main() { ... gl_FragColor = c * vec4(color_multiplier, 1.0); } ``` After which, from the command line I...
Hi 👋🏼 Thanks for a great application and all the work that goes into it 😄 I have a question that I haven't been able to find the answer to,...
### Platform Arch ### GPU, drivers, and screen setup Nvidia 3090 with nvidia 515.65.01-2. One monitor 3440x1440 @144Hz ### Environment Qtile 0.21.0 ### picom version version : vgit-7e568 ``` **Version:**...
### Platform Arch Linux ARM armv7h ### GPU, drivers, and screen setup xf86-video-fbturbo-git 199.f9a6ed7-4 mesa 19.3.2-2 output from glxinfo -B: [Here](https://pastebin.com/bnjHcHxc) ### Environment i3-gaps with polybar ### picom version v7.5...
This needs the EGL_KHR_image_pixmap and the GL_EXT_EGL_image_storage extensions, which unfortunately aren't available on NVIDIA cards. Don't add documentation for these, for now. Signed-off-by: Yuxuan Shui
So that things like background blur can follow the rounded corners or any other window cutouts, and you can do cool things like color filters (where a transparent red window...