#!/bin/bash current=$(hyprctl activeworkspace -j | jq '.id') if [ "$current" -lt 5 ]; then hyprctl dispatch workspace $(( current + 1 )) fi