minor bug fix

minor bug fix
This commit is contained in:
ashmartin1810
2025-08-20 16:48:19 +05:30
committed by GitHub
parent 47527d7175
commit 58910f50e8
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
curr_workspace="$(hyprctl activeworkspace -j | jq -r ".id")" ##parses json output of hyprctl activeworkspace on the active monitor
dispatcher="$1"
shift ##Any dispatcher that hyprland supports, the shift shifts the target such that target is now in $1, not $2