From 1ba3ea956d48b88efb96eb8bb66868715a86930d Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sun, 4 Feb 2024 12:50:35 +0100 Subject: [PATCH] fix typos --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 46316d6..bc095b7 100644 --- a/config.h +++ b/config.h @@ -146,9 +146,9 @@ static const char *const autostart[] = { "lf", "-server", NULL, "sh", "-c", "runsvdir $SVDIR", NULL, "sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" dwmblocks", NULL, - "sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL - "sh", "-c", "gpg-agent --homedir $XDG_CONFIG_HOME/gnupg --use-standard-socket --server", NULL - "syncthingtray", NULL + "sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL, + "sh", "-c", "gpg-agent --homedir $XDG_CONFIG_HOME/gnupg --use-standard-socket --server", NULL, + "syncthingtray", NULL, NULL };