aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-10 20:56:54 +1100
committerallusive-dev <[email protected]>2023-11-10 20:56:54 +1100
commit74437a1337cb8aa4abcf077604d09c972068c28c (patch)
treef373816b6939b2e12cafe9d7634540adb8947d0a
parentAdded 'legacy' option for wm-support for bug testing (diff)
downloadcompfy-74437a1337cb8aa4abcf077604d09c972068c28c.tar.xz
compfy-74437a1337cb8aa4abcf077604d09c972068c28c.zip
added wintype example to sample config
-rw-r--r--picom.sample.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/picom.sample.conf b/picom.sample.conf
index aed9f83..be60b3d 100644
--- a/picom.sample.conf
+++ b/picom.sample.conf
@@ -247,3 +247,17 @@ backend = "glx";
vsync = true;
log-level = "info";
+
+#################################
+# ADVANCED #
+#################################
+
+# Set settings for specific window types. See Wiki for more information
+# Below is an example of how to disabled shadows on Firefox/Librewolf menus,
+# and also make sure they are considered focused so that they cannot be affected by inactive window settings.
+#
+# wintypes:
+# {
+# utility = { shadow = false; focus = true; };
+# popup_menu = { shadow = false; focus = true; };
+# }; \ No newline at end of file