From 7826801327ed554853acf71faf0d041e723f09a4 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 14 Feb 2022 09:12:37 -0500 Subject: [PATCH] Reduce compositor opacity on citadel --- home/.xlaunch.d.citadel/compositor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ & -- 2.20.1