mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 03:49:57 -05:00
3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
hyprctl dispatch "$1" $(((($(hyprctl activeworkspace -j | jq -r .id) - 1) / 10) * 10 + $2))
|