fix(hyprland): workspace switch on normal workspace
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user