Add picom
This commit is contained in:
parent
4bafe7935d
commit
10f2887abb
52
.config/picom.conf
Normal file
52
.config/picom.conf
Normal 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:
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user