From 58ac60c47c9ea44665ea0e7814562a6933721aaf Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 21 Oct 2025 19:40:34 +1100 Subject: bar/popouts: allow disabling individual popouts Closes #826 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 738fea1..a2322eb 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,11 @@ default, you must create it manually. } ], "persistent": true, + "popouts": { + "activeWindow": true, + "statusIcons": true, + "tray": true + }, "scrollActions": { "brightness": true, "workspaces": true, -- cgit v1.2.3-freya