From cabaee16cd064460a81d57612f4855e69aca37b9 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 10 Jan 2023 21:01:06 -0800 Subject: [PATCH] Fix rofi transparency issue; blur not possible --- TODO.md | 1 - picom.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/TODO.md b/TODO.md index ee7efc2..38b33a2 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,6 @@ ### TODO - Make startpage fully generic for both Nord and Everforest -- Fix rofi transparency issue ### Needs checking diff --git a/picom.nix b/picom.nix index 1915f6b..9e37727 100644 --- a/picom.nix +++ b/picom.nix @@ -19,7 +19,6 @@ ]; opacity-rule = [ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" - "75:class_g *?= 'Rofi'" ]; }; };