1 files changed,
2 insertions(+),
5 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-09-23 16:27:34 +0300
Parent:
b5e39d9
M
config/waybar/modules/hypr.json
··· 4 4 }, 5 5 6 6 "hyprland/workspaces": { 7 - "active-only": false, 8 - "all-outputs": true, 9 - "disable-scroll": false, 10 7 "on-scroll-up": "hyprctl dispatch workspace -1", 11 8 "on-scroll-down": "hyprctl dispatch workspace +1", 12 9 "format": "{icon}", 13 10 "on-click": "activate", 14 - "sort-by-number": true, 15 - "persistent_workspaces": { "*": 9 }, 11 + "sort-by": "number", 12 + "persistent-workspaces": { "*": 9 }, 16 13 "format-icons": { 17 14 "urgent": "", 18 15 "default": "",