summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
blob: 335f0dedaf66fe96176d371b3489aa0758c46e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# just very slightly rounded corners
# empty file, just so transparency works on st

backend = "glx";
blur-kern = "3x3box";
blur-method = "dual_kawase";
blur-strength = 2;

opacity-rule = [
    "98:class_g = 'SchildiChat' && focused",
    "98:class_g = 'SchildiChat' && !focused"
]

# corner-radius = 6

# rounded-corners-exclude = [
# 	"class_g = 'dwm'"
# ];