mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-27 11:07:30 -05:00
3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
hyprctl dispatch $1 $((((`hyprctl activeworkspace -j | jq -r .id` - 1) / 10) * 10 + $2))
|