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
|
## /_____/_/ \__,_/_/|_|\___/ 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
|
## Shadows
|
||||||
shadow = true;
|
shadow = true;
|
||||||
shadow-radius = 7;
|
shadow-radius = 7;
|
||||||
|
@ -48,22 +40,15 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
# opaity-rule = []
|
# opaity-rule = []
|
||||||
|
|
||||||
## General Settings
|
## General Settings
|
||||||
daemon = true;
|
backend = "glx";
|
||||||
backend = "xr_glx_hybrid";
|
|
||||||
vsync = true;
|
vsync = true;
|
||||||
detect-client-opacity = true;
|
detect-client-opacity = true;
|
||||||
refresh-rate = 60;
|
refresh-rate = 0;
|
||||||
detect-transient = true;
|
detect-transient = true;
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
use-damage = true;
|
use-damage = true;
|
||||||
xrender-sync-fence = true;
|
xrender-sync-fence = true;
|
||||||
unredir-if-possible = true;
|
|
||||||
glx-use-copysubbuffer-mesa = 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:
|
wintypes:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue