Switch to picom
This commit is contained in:
parent
b45f8b80ed
commit
72bad1b01b
20
.config/picom.conf
Normal file
20
.config/picom.conf
Normal 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'"
|
||||
]
|
||||
|
@ -5,7 +5,7 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
||||
export AWT_TOOLKIT=MToolkit
|
||||
wmname LG3D
|
||||
|
||||
compton &
|
||||
picom -b
|
||||
redshift &
|
||||
dwmstatus &
|
||||
dunst &
|
||||
|
Loading…
Reference in New Issue
Block a user