Back to i3
This commit is contained in:
17
files/.config/picom/picom.conf
Normal file
17
files/.config/picom/picom.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
corner-radius = 8;
|
||||
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'i3bar'",
|
||||
"class_g = 'Polybar'",
|
||||
];
|
||||
|
||||
shadow = true;
|
||||
shadow-radius = 8;
|
||||
shadow-offset-x = 8;
|
||||
shadow-offset-y = 8;
|
||||
shadow-opacity = 0.2
|
||||
|
||||
shadow-exclude = [
|
||||
"class_g = 'i3-frame'",
|
||||
"class_g = 'Polybar'",
|
||||
];
|
||||
Reference in New Issue
Block a user