Files
dotfiles/picom/.config/picom.conf
quak dfa71aef13 - first 'usable' neovim config
- added config directory structure and config files for `navigate`
2024-12-25 00:49:02 +01:00

34 lines
532 B
Plaintext

# shadows
shadow = false;
shadow-radius = 10;
shadow-opacity = 0.4;
shadow-color = "#000000"
# fading
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;
fade-delta = 8;
# opacity
transparent-clipping = false;
opacity-rule = [
"90:class_g = 'Alacritty'",
"85:class_g = 'Polybar'",
"95:class_g = 'SpeedCrunch'",
];
# corners
corner-radius = 0;
rounded-corners-exclude = [
"window_type = 'dock'"
];
# general
backend = "xrender";
vsync = true;
use-damage = true;
xrender-sync = true;
xrender-sync-fence = true;