From e392d2278d2a46fee2411dec1027f07b4c6d79a3 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 16 Dec 2022 02:09:43 +0100 Subject: added emacs hook for mutt; cleaned up xinitrc --- .config/picom/picom.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/picom/picom.conf (limited to '.config/picom/picom.conf') 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'" +]; -- cgit v1.2.3