mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
4 lines
157 B
Bash
4 lines
157 B
Bash
#!/usr/bin/env bash
|
|
# Workspace action script for dots-hyprland
|
|
hyprctl dispatch "$1" $(((($(hyprctl activeworkspace -j | jq -r .id) - 1) / 10) * 10 + $2))
|