From 86c54cc3763f69c2b981058d4b8de4e213225a5e Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Fri, 4 Jun 2021 20:01:10 +0100 Subject: [PATCH] picom.sample.conf: fix comment about focus-exclude Closes #594 Signed-off-by: Yuxuan Shui --- picom.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picom.sample.conf b/picom.sample.conf index 097fed51..4d0e1318 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -116,7 +116,7 @@ inactive-opacity-override = false; # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) # inactive-dim = 0.0 -# Specify a list of conditions of windows that should always be considered focused. +# Specify a list of conditions of windows that should never be considered focused. # focus-exclude = [] focus-exclude = [ "class_g = 'Cairo-clock'" ];