From 58910f50e8060aee84ed3583c4638110c9ffc4bd Mon Sep 17 00:00:00 2001 From: ashmartin1810 Date: Wed, 20 Aug 2025 16:48:19 +0530 Subject: [PATCH] minor bug fix minor bug fix --- .config/hypr/hyprland/scripts/workspace_action.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland/scripts/workspace_action.sh b/.config/hypr/hyprland/scripts/workspace_action.sh index d1e64f8b3..dccff6ddb 100755 --- a/.config/hypr/hyprland/scripts/workspace_action.sh +++ b/.config/hypr/hyprland/scripts/workspace_action.sh @@ -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