dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit e7ba5fa1d42e95d87ad4399d29b1aaa86a6c3405
parent e88a86c6866799c6ac37c7b5cf6e1c5ef18102db
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 18 Oct 2022 11:16:02 -0500

Picom shadow exclude scrot

Diffstat:
M.config/picom/picom.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf @@ -16,6 +16,7 @@ shadow-opacity = 0.8 shadow-exclude = [ "! name~=''", "class_g = 'Osdlyrics'", + "class_g = 'scrot'", "class_g = 'i3-frame'", "class_g = 'zoom' && name = 'as_toolbar'", "bounding_shaped && !rounded_corners",