From 507ba45188a28c5bab96834a0c87aa017c084b7b Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 5 Aug 2025 08:29:12 +0200 Subject: [PATCH] chore(waybar): update workspace button GTK does not allow the `cursor: pointer;` property, so we use the `on-click` handler for the workspaces button. --- .config/waybar/config.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index ccd6965..94fb2b9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -34,7 +34,8 @@ "urgent": "", "focused": "", "default": "" - } + }, + "on-click": ":" }, "sway/mode": { "tooltip": false,