feat: uwsm app -> app2unit

Also xdg-open -> app2unit
This commit is contained in:
2 * r + 2 * t
2025-04-04 18:24:02 +11:00
parent 82d538a6ad
commit ad791dfd76
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function spawn-client -a selector spawn
hyprctl -j clients | jq -e "first(.[] | select($selector))" > /dev/null
set -l stat $status
if test $stat != 0
eval "uwsm app -- $spawn & disown"
eval "app2unit -- $spawn & disown"
end
test $stat != 0 # Exit 1 if already exists
end