diff --git a/.config/picom.conf b/.config/picom.conf new file mode 100644 index 0000000..000fb58 --- /dev/null +++ b/.config/picom.conf @@ -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: +{ + + + + + +}