transparency git add picom.conf i3config sakura.conf

This commit is contained in:
2024-11-19 23:42:05 -05:00
parent cf2a2a4f3a
commit 855840383d
3 changed files with 46 additions and 17 deletions
+22
View File
@@ -0,0 +1,22 @@
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",
];