From 93877d1923e4a45cc31bed50086db8201ef48cde Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 21 Aug 2019 20:03:58 +0200 Subject: [PATCH] Make rofi menus transparent Signed-off-by: Severin Kaderli --- system/.config/compton/compton.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/.config/compton/compton.conf b/system/.config/compton/compton.conf index 9c3f259..4bfb7e8 100644 --- a/system/.config/compton/compton.conf +++ b/system/.config/compton/compton.conf @@ -13,7 +13,8 @@ # Settings opacity rules opacity-rule = [ "75:class_g = 'Nemo'", - "75:class_g = 'Thunar'" + "75:class_g = 'Thunar'", + "75:class_g = 'Rofi'" ]; # Shadows