Files
dotfiles/picom.conf
T
2024-11-20 22:11:53 -05:00

25 lines
615 B
Plaintext

backend = "xrender"
# Disable background blur; search picom.conf for Background-Blurring for details
blur-background = false;
# Disable background blur; search picom.conf for Shadows for details
shadow = false
# Disable window fading; search picom.conf for Fading for details
fading = false
# Disable rounded window corners; search picom.conf for Corners for details
corner-radius = 0
# Defaults
inactive-opacity = 1;
active-opacity = 1;
opacity-rule = [
"80:class_g = 'Sakura' && focused",
"60:class_g = 'Sakura' && !focused",
"80:class_g = 'Conky' && focused",
"60:class_g = 'Conky' && !focused"
];