From acf35a38d612c6fd7ec4db021ec87784a9fb7d43 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 3 Jul 2022 15:27:27 -0400 Subject: [PATCH] Disable compositor opacity --- home/.compton.conf | 20 ++++++++++---------- home/.xlaunch.d.citadel/compositor | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/home/.compton.conf b/home/.compton.conf index d92d90e..96b4aa4 100644 --- a/home/.compton.conf +++ b/home/.compton.conf @@ -3,13 +3,13 @@ # xprop | grep -i class # -opacity-rule = - [ "99:class_g = 'XScreenSaver'" # Shows desktop otherwise; and "100" does not work.. :/ - , "99:class_g = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/ - , "99:name = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/ - , "99:class_g = 'screengrab'" # Original is obscured with overlaid transparency - , "80:class_g = 'dmenu'" # Want to be more-visible. - , "60:class_g = 'Dunst'" # Not transparent otherwise. - , "80:class_g = 'dwm'" # Always inactive, so need to override. - , "90:class_g = 'Firefox'" - ]; +#opacity-rule = +# [ "99:class_g = 'XScreenSaver'" # Shows desktop otherwise; and "100" does not work.. :/ +# , "99:class_g = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/ +# , "99:name = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/ +# , "99:class_g = 'screengrab'" # Original is obscured with overlaid transparency +# , "80:class_g = 'dmenu'" # Want to be more-visible. +# , "60:class_g = 'Dunst'" # Not transparent otherwise. +# , "80:class_g = 'dwm'" # Always inactive, so need to override. +# , "90:class_g = 'Firefox'" +# ]; diff --git a/home/.xlaunch.d.citadel/compositor b/home/.xlaunch.d.citadel/compositor index 9780ef1..a8a36ef 100755 --- a/home/.xlaunch.d.citadel/compositor +++ b/home/.xlaunch.d.citadel/compositor @@ -2,7 +2,7 @@ picom \ --shadow \ - --active-opacity=0.85 \ - --inactive-opacity=0.65 \ --config ~/.compton.conf \ & +# --active-opacity=0.85 \ +# --inactive-opacity=0.65 \ -- 2.20.1