Add picom

This commit is contained in:
Tyler Perkins 2023-11-29 21:48:18 -05:00
parent 4bafe7935d
commit 10f2887abb
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

52
.config/picom.conf Normal file
View File

@ -0,0 +1,52 @@
# backend
backend = "glx";
glx-copy-from-front = false;
vsync = true;
#vsync = "opengl";
# shadow
shadow = true; # enable windows
no-dock-shadow = true; # no shadows on dock/panel windows
no-dnd-shadow = true; # no shadow on dnd widnows
clear-shadow = true;
shadow-radius = 10;
shadow-exclude = [ "n:e:Notification",
"class_g = 'Conky'"];
shadow-ignore-shaped = true;
# Opacity
menu-opactiy = 1;
inactive-opactiy = 0.95;
frame-opactiy = 1;
active-opacity = 1;
inactive-opactiy-override = false;
alpha-setp = 0.06;
inactive-dim = 0.05;
blur-background = true;
blur-background-frame = true;
# Fading
fading = true;
fade-delta = 5;
fade-in-step = 0.05;
fade-out-step = 0.05;
# other general exceptions
focus-exclude = [
"name = 'dmenu'"
];
# Window type settings
wintypes:
{
}