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