[sxhkd] Fix pipe enabled sxhkd start
This commit is contained in:
parent
75a8978a0a
commit
4d96b19163
2 changed files with 3 additions and 2 deletions
3
sxhkd/.config/sh/alias.d/sxhkd.sh → sxhkd/.local/bin/sxhkd-piped
Normal file → Executable file
3
sxhkd/.config/sh/alias.d/sxhkd.sh → sxhkd/.local/bin/sxhkd-piped
Normal file → Executable file
|
|
@ -26,5 +26,6 @@ sxhkd() {
|
|||
mkfifo "$FIFO"
|
||||
"$PROG" -s "$FIFO"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
sxhkd "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue