From 957d68e73cd5a2c0876a2dea8189139027c7ebc3 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 16 Oct 2023 10:01:21 +0100 Subject: picom: fvwmbuttons opacity --- .config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom.conf b/.config/picom.conf index 773f4be..be7cb43 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -9,5 +9,5 @@ detect-transient = true; opacity-rule = [ "70:class_g = 'FvwmPager'", - "70:class_g = 'FvwmButtons'", + "80:class_g = 'FvwmButtons'", ]; -- cgit v1.2.3