toggles: fix spawn-or-move + todo toggle

This commit is contained in:
2 * r + 2 * t
2025-01-31 18:16:04 +11:00
parent e84d467d34
commit 9f29e9e676
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function spawn-client -a selector
if test $stat != 0
uwsm app -- $argv[2..] & disown
end
return $stat
test $stat != 0 # Exit 1 if already exists
end
function spawn-or-move -a selector -a workspace