aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/autostart##template
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-11 12:30:11 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-11 12:30:11 +0100
commit43f821b2450aacfc818a4b8ffec52acfc6bc799f (patch)
tree583e813c26d31173fca878308d309bb21dd061a8 /.config/i3/autostart##template
parentfb6fe95482b3f9c9723188f7bdb30b4e63b658e5 (diff)
fix POSIX compatibility
Diffstat (limited to '.config/i3/autostart##template')
-rwxr-xr-x.config/i3/autostart##template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template
index 1b50a91..397643a 100755
--- a/.config/i3/autostart##template
+++ b/.config/i3/autostart##template
@@ -32,4 +32,4 @@ trap exit_trap SIGINT SIGTERM EXIT
# I want to keep this script running so I can easily kill all daemons when i3
# exits
-wait $(jobs -rp)
+wait $(jobs -p)