summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-16 02:09:43 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-16 02:09:43 +0100
commite392d2278d2a46fee2411dec1027f07b4c6d79a3 (patch)
treeb8e3a2d622e1873685a43299b90109757236b870 /.config/picom/picom.conf
parent750eecccdb229debde1854601daf190b51ae2536 (diff)
added emacs hook for mutt; cleaned up xinitrc
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf12
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'"
+];