mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 17:57:29 -05:00
Replace gojq usages with jq
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
hyprctl dispatch "$1" $(((($(hyprctl activeworkspace -j | gojq -r .id) - 1) / 10) * 10 + $2))
|
||||
hyprctl dispatch "$1" $(((($(hyprctl activeworkspace -j | jq -r .id) - 1) / 10) * 10 + $2))
|
||||
|
||||
Reference in New Issue
Block a user