summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-08-06 13:20:52 -0400
committerAndrew Cady <d@jerkface.net>2022-08-06 13:20:52 -0400
commita900e57cbc4a010eb570bb84fe9146f21999b3a9 (patch)
treeada96206ce3ed095bce5602cd2de90af66537d58
parent3e65c82842c3d0798ff8e2e9693baecc012f23d3 (diff)
comment
-rwxr-xr-xfirestart2
1 files changed, 1 insertions, 1 deletions
diff --git a/firestart b/firestart
index b146d80..d88ae52 100755
--- a/firestart
+++ b/firestart
@@ -15,7 +15,7 @@ fi
15 15
16if systemctl --user is-active "$UNIT" >/dev/null 16if systemctl --user is-active "$UNIT" >/dev/null
17then 17then
18 exec "$CMD" "$@" 18 exec "$CMD" "$@" # Asks existing firefox to open a new window.
19 exit 19 exit
20fi 20fi
21 21