~kennylevinsen/greetd-devel

greetd-docs: Quote array expansion v1 APPLIED

Sertonix: 1
 Quote array expansion

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~kennylevinsen/greetd-devel/patches/49999/mbox | git am -3
Learn more about email & git

[PATCH greetd-docs] Quote array expansion Export this patch

See https://www.shellcheck.net/wiki/SC2068
---
 I forgot to add the patch in the last mail.
 index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.md b/index.md
index 931ea52..d27207f 100644
--- a/index.md
+++ b/index.md
@@ -164,13 +164,13 @@ export QT_QPA_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1

exec sway $@
exec sway "$@"

#
# If you use systemd and want sway output to go to the journal, use this
# instead of the `exec sway $@` above:
# instead of the `exec sway "$@"` above:
#
#    exec systemd-cat --identifier=sway sway $@
#    exec systemd-cat --identifier=sway sway "$@"
#
```

-- 
2.44.0
Apologies for my confusion, applied. Thanks!