fix(hyprland): workspace switch on normal workspace

This commit is contained in:
kenji
2025-12-28 14:16:38 -06:00
parent 49ea478d57
commit 25f838b454
+3 -2
View File
@@ -28,8 +28,9 @@
# Switch to the requested normal workspace # Switch to the requested normal workspace
$HYPRCTL dispatch workspace "''${chosen_workspace_num}" $HYPRCTL dispatch workspace "''${chosen_workspace_num}"
else else
echo "[ERR] workspace is not special" echo "[LOG] workspace is not special"
exit 1 $HYPRCTL dispatch workspace "''${chosen_workspace_num}"
exit 0
fi fi
exit 0 exit 0