picom tweaks
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
glx-no-stencil = true;
|
||||
glx-copy-from-front: false;
|
||||
glx-swap-method = 2;
|
||||
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
detect-rounted-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate: 0;
|
||||
detect-transient = true;
|
||||
detect-client-leader = true;
|
||||
use-damage = true;
|
||||
|
||||
# Shadows
|
||||
shadows = true;
|
||||
shadow-radius = 6;
|
||||
|
||||
Reference in New Issue
Block a user