From: Siraaj Khandkar Date: Mon, 14 Feb 2022 14:12:37 +0000 (-0500) Subject: Reduce compositor opacity on citadel X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=7826801327ed554853acf71faf0d041e723f09a4 Reduce compositor opacity on citadel --- diff --git a/home/.xlaunch.d.citadel/compositor b/home/.xlaunch.d.citadel/compositor index 434b4b8..9780ef1 100755 --- a/home/.xlaunch.d.citadel/compositor +++ b/home/.xlaunch.d.citadel/compositor @@ -2,7 +2,7 @@ picom \ --shadow \ - --active-opacity=0.95 \ - --inactive-opacity=0.8 \ + --active-opacity=0.85 \ + --inactive-opacity=0.65 \ --config ~/.compton.conf \ &