From ad791dfd76bca340ba584f736c6d30ea1cced504 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 4 Apr 2025 18:24:02 +1100 Subject: feat: uwsm app -> app2unit Also xdg-open -> app2unit --- toggles/util.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toggles') diff --git a/toggles/util.fish b/toggles/util.fish index f02dc73..3cffc15 100644 --- a/toggles/util.fish +++ b/toggles/util.fish @@ -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 -- cgit v1.2.3-freya