transparency git add picom.conf i3config sakura.conf
This commit is contained in:
+22
@@ -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",
|
||||
];
|
||||
Reference in New Issue
Block a user