From 4fe1733db9ce125861cc5ba8d4037e4ff9e22d22 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 1 Dec 2022 13:37:56 +0100 Subject: [PATCH] picom: no transparency for scummvm --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 64232c3..80c6486 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -20,6 +20,7 @@ opacity-rule = [ "100:class_g = 'Rofi'", "100:class_g = 'mpv'", "100:class_g = 'Xss-dimmer'", + "100:class_g = 'scummvm'", "100:window_type = 'dock'", "100:window_type = 'utility'", "95:window_type = 'combo'",