[sxhkd] Fix pipe enabled sxhkd start

This commit is contained in:
Marty Oehme 2020-05-29 14:01:47 +02:00
parent 75a8978a0a
commit 4d96b19163
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
2 changed files with 3 additions and 2 deletions

View file

@ -26,5 +26,6 @@ sxhkd() {
mkfifo "$FIFO"
"$PROG" -s "$FIFO"
fi
}
sxhkd "$@"