diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 02:09:43 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 02:09:43 +0100 |
| commit | e392d2278d2a46fee2411dec1027f07b4c6d79a3 (patch) | |
| tree | b8e3a2d622e1873685a43299b90109757236b870 /.config/picom | |
| parent | 750eecccdb229debde1854601daf190b51ae2536 (diff) | |
added emacs hook for mutt; cleaned up xinitrc
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..8f2753e --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,12 @@ +# opacity +opacity-rule = [ + "80:class_g = 'st-256color' && focused", + "80:class_g = 'st-256color' && !focused" +] + +# just very slightly rounded corners +corner-radius = 6 + +rounded-corners-exclude = [ + "class_g = 'dwm'" +]; |
