dotfiles

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

commit 943844664e70a91e55281d0cd33b17398520c2e9
parent 5aef0a7eab3535bf16cd9289161cf199ea2b49a1
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 27 May 2022 10:39:24 -0500

Removed transparency for urxvt in picom

Opacity will be added in Sresources

Diffstat:
Mlinux/.config/picom/picom.conf | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/linux/.config/picom/picom.conf b/linux/.config/picom/picom.conf @@ -33,7 +33,6 @@ fade-delta = 0.01; frame-opacity = 0.8; inactive-opacity-override = false; opacity-rule = [ - "95:class_g = 'URxvt' && focused", "90:class_g = 'URxvt' && !focused", "60:class_g ~= '' && name ~= 'screenkey'", "60:class_g ~= '' && name ~= 'screenkey'",