.dotfiles/.config/waybar/modules/hyprland-workspaces.jsonc
2026-01-18 21:08:16 -07:00

12 lines
315 B
Plaintext

{
"hyprland/workspaces": {
"all-outputs": true,
"active-only": false,
"on-click": "activate",
"disable-scroll": false,
"on-scroll-up": "hyprctl dispatch workspace -1",
"on-scroll-down": "hyprctl dispatch workspace +1",
"persistent-workspaces": {}
}
}