blob: a0956136615bf3a053b3d7731451b53a917e3f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# just very slightly rounded corners
# empty file, just so transparency works on st
opacity-rule = [
"98:class_g = 'SchildiChat' && focused",
"98:class_g = 'SchildiChat' && !focused"
]
# corner-radius = 6
# rounded-corners-exclude = [
# "class_g = 'dwm'"
# ];
|