Update picom.conf
This commit is contained in:
parent
1006c76cca
commit
458cbab3a6
1 changed files with 17 additions and 2 deletions
|
@ -5,6 +5,14 @@
|
|||
## /_____/_/ \__,_/_/|_|\___/ 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;
|
||||
|
@ -40,15 +48,22 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
# opaity-rule = []
|
||||
|
||||
## General Settings
|
||||
backend = "glx";
|
||||
daemon = true;
|
||||
backend = "xr_glx_hybrid";
|
||||
vsync = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 0;
|
||||
refresh-rate = 60;
|
||||
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