From 7c7051750e9a06e9563855558a4b855b21a8ecd6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Jun 2024 05:41:50 +0900 Subject: [PATCH] corrected hyprland/workspaces#rw to not show special workspaces --- config/waybar/modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/modules b/config/waybar/modules index 28f0fd7..807550b 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -133,7 +133,7 @@ "all-outputs": true, "warp-on-scroll": false, "sort-by-number": true, - "show-special": true, + "show-special": false, "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1",