diff options
Diffstat (limited to 'toggles/util.fish')
| -rw-r--r-- | toggles/util.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toggles/util.fish b/toggles/util.fish index 599627c..4d7df2c 100644 --- a/toggles/util.fish +++ b/toggles/util.fish @@ -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 |