Switch to picom

This commit is contained in:
Przemek Grondek 2022-09-03 15:16:50 +02:00
parent b45f8b80ed
commit 72bad1b01b
2 changed files with 21 additions and 1 deletions

20
.config/picom.conf Normal file
View File

@ -0,0 +1,20 @@
# basic configuration
backend = "glx";
vsync = true;
glx-no-stencil = true;
panting-on-overlay = true;
opengl-swc = true;
# Fading
fading = true;
fade-in-step=0.05;
fade-out-step=0.05;
# Corners
corner-radius = 15;
rounded-corners-exclude = [
"class_g = 'dwm'",
"class_g = 'Dunst'"
]

View File

@ -5,7 +5,7 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
export AWT_TOOLKIT=MToolkit
wmname LG3D
compton &
picom -b
redshift &
dwmstatus &
dunst &