From bdfdb7159f911156bf8a815623a8c74395b23a87 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 22 May 2021 02:15:56 +0200 Subject: [PATCH] [Picom] Make QEMU windows non-transparent --- org/config/picom.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org/config/picom.org b/org/config/picom.org index 0bf7a54..c7015c3 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -260,7 +260,11 @@ It is also possible to specify a list of conditions of windows that should always be considered focused. | Default value | ~[]~ | #+BEGIN_SRC conf - focus-exclude = [ "class_g = 'mpv'" ]; + focus-exclude = [ + "class_g = 'mpv'", + "class_g = 'qemu'", + "class_g = 'Qemu-system-x86_64'" + ]; #+END_SRC The user can also specify a list of opacity rules, in the format