mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Create picom.conf
This commit is contained in:
parent
74d101b13c
commit
37fde11b6f
16
.config/picom/picom.conf
Normal file
16
.config/picom/picom.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
corner-radius = 10.0;
|
||||||
|
round-borders = 1;
|
||||||
|
|
||||||
|
rounded-corners-exclude = [
|
||||||
|
"class_g = 'Polybar'",
|
||||||
|
];
|
||||||
|
|
||||||
|
blur: {
|
||||||
|
method = "kawase";
|
||||||
|
strength = 7;
|
||||||
|
kern = "3x3box";
|
||||||
|
}
|
||||||
|
|
||||||
|
experimental-backends = true;
|
||||||
|
backend = "glx";
|
||||||
|
vsync = true
|
||||||
Loading…
x
Reference in New Issue
Block a user