Files
dotfiles/.config/compton/compton.conf
druckdev 6786d8815a Add blur and make dotfiles more flexible
Add blur using the fork from https://github.com/tryone144/compton.
picom seems to be very CPU heavy on my system, so until I figure out how
to fix that I will use this outdated version.
Make the dotfiles a bit more flexible by creating symlinks for stuff
like the wallpaper or the compositor. When switching/exchanging these
components only the symlinks have to be updated.
2020-09-13 04:29:07 +02:00

5 lines
84 B
Plaintext

backend = "glx";
blur-method = "kawase";
blur-strength = 6;
blur-background = true;