From 710ecbcfc7c3d06adc12b75789ea7fee60731ecf Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Sun, 17 Apr 2022 12:01:39 +0300 Subject: [PATCH] Update Picom opacities --- .config/picom/picom.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index fbb77a4..565c17f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -41,8 +41,12 @@ blur-strength = 10; opacity-rule = [ "85:class_g = 'thunar'", "85:class_g = 'Thunar'", + "85:class_g = 'rofi'", "85:class_g = 'Rofi'", + "85:class_g = 'spotify'", "85:class_g = 'Spotify'", + "85:class_g = 'qalculate-gtk'", + "85:class_g = 'Qalculate-gtk'", "70:name = 'GLava'", ];