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
$HYPRCTL dispatch workspace "''${chosen_workspace_num}"
else
echo "[ERR] workspace is not special"
exit 1
echo "[LOG] workspace is not special"
$HYPRCTL dispatch workspace "''${chosen_workspace_num}"
exit 0
fi
exit 0