From 61c9eb7fd8c99bcf96911506724a0d9035f253a3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 11 Jul 2021 08:51:56 +0200 Subject: [PATCH] picom: drop shadows for some window types --- dotfiles/picom.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 72b323f..870ae6a 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -17,3 +17,12 @@ opacity-rule = [ "100:window_type = 'dock'", "85:!focused" ]; + +# Shadows +wintypes: +{ + notification = { shadow = true; }; + splash = { shadow = true; }; + dialog = { shadow = true; }; +}; +