summaryrefslogtreecommitdiff
path: root/toggles
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-04 18:24:02 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-04 18:24:02 +1100
commitad791dfd76bca340ba584f736c6d30ea1cced504 (patch)
treee99b609ac0f37fdf4c78531e9c0ea3ab99262fe5 /toggles
parentinstall: use systemd services for shell and safeeyes (diff)
downloadcaelestia-cli-ad791dfd76bca340ba584f736c6d30ea1cced504.tar.gz
caelestia-cli-ad791dfd76bca340ba584f736c6d30ea1cced504.tar.bz2
caelestia-cli-ad791dfd76bca340ba584f736c6d30ea1cced504.zip
feat: uwsm app -> app2unit
Also xdg-open -> app2unit
Diffstat (limited to 'toggles')
-rw-r--r--toggles/util.fish2
1 files changed, 1 insertions, 1 deletions
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