Update picom.conf
This commit is contained in:
parent
458cbab3a6
commit
571fd802bc
1 changed files with 2 additions and 17 deletions
|
@ -5,14 +5,6 @@
|
|||
## /_____/_/ \__,_/_/|_|\___/ My custom picom config
|
||||
##
|
||||
|
||||
## Animations
|
||||
transition-length = 180;
|
||||
transition-pow-x = 2.0;
|
||||
transition-pow-y = 2.0;
|
||||
transition-pow-w = 2.0;
|
||||
transition-pow-h = 2.0;
|
||||
size-transition = true;
|
||||
|
||||
## Shadows
|
||||
shadow = true;
|
||||
shadow-radius = 7;
|
||||
|
@ -48,22 +40,15 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
# opaity-rule = []
|
||||
|
||||
## General Settings
|
||||
daemon = true;
|
||||
backend = "xr_glx_hybrid";
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 60;
|
||||
refresh-rate = 0;
|
||||
detect-transient = true;
|
||||
glx-no-stencil = true;
|
||||
use-damage = true;
|
||||
xrender-sync-fence = true;
|
||||
unredir-if-possible = true;
|
||||
glx-use-copysubbuffer-mesa = true;
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-leader = false;
|
||||
detect-trasient = true;
|
||||
|
||||
wintypes:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue