diff options
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..a095613 --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,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'" +# ]; |
