From a8baaa9929b67dd3fdc4b627f19e8c8f5000ceef Mon Sep 17 00:00:00 2001 From: Belal Date: Mon, 8 Sep 2025 16:55:46 +0300 Subject: bar: configurable scroll actions (#559) * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 28f99a4..8749ae4 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,11 @@ default, you must create it manually. } ], "persistent": true, + "scrollActions": { + "brightness": true, + "workspaces": true, + "volume": true + }, "showOnHover": true, "status": { "showAudio": false, -- cgit v1.2.3-freya