diff options
| author | compromyse <compromyse@debian.compromyse.xyz> | 2022-12-11 13:37:11 +0530 | 
|---|---|---|
| committer | compromyse <compromyse@debian.compromyse.xyz> | 2022-12-11 13:37:11 +0530 | 
| commit | acb865b0152efbc1d64034acf0711d0eadde5e46 (patch) | |
| tree | edeb1cc600b84cd25b4f7ea2d4ba2f2d591b5bb6 /.config/picom/picom.conf | |
add files
Diffstat (limited to '')
| -rw-r--r-- | .config/picom/picom.conf | 31 | 
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..c8f7b71 --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,31 @@ +backend = "glx"; +glx-no-stencil = true; +glx-copy-from-front = false; + +# Opacity +active-opacity = 1; +inactive-opacity = 1; +frame-opacity = 1; +inactive-opacity-override = false; + +# Other +mark-wmwin-focused = true; +mark-ovredir-focused = true; +detect-rounded-corners = true; +detect-client-opacity = true; +vsync = true; +dbe = false; +unredir-if-possible = false; +focus-exclude = [ ]; +detect-transient = true; +detect-client-leader = true; + +# Window type settings +wintypes: +{ +		dock = { +				shadow = false; +		}; +}; + +xrender-sync-fence = true;  | 
