diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-01 05:41:50 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-01 05:41:50 +0900 |
| commit | 7c7051750e9a06e9563855558a4b855b21a8ecd6 (patch) | |
| tree | 2b07b33b891100b39c261e89a3d255411e925aa5 | |
| parent | 5f5f326a55027b27dbc0b99f74eb94fdb46fb1e8 (diff) | |
corrected hyprland/workspaces#rw to not show special workspaces
| -rw-r--r-- | config/waybar/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 28f0fd7d..807550b6 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", |
