From ea107552cd12a26a23d890444cd5bde66a43a809 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 21 Aug 2018 23:55:57 -0500 Subject: [PATCH] wmstartup: Actually set the location of those pipes --- .config/dtfscripts/wmstartup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/dtfscripts/wmstartup.sh b/.config/dtfscripts/wmstartup.sh index 5e5227e3..1f30bb15 100755 --- a/.config/dtfscripts/wmstartup.sh +++ b/.config/dtfscripts/wmstartup.sh @@ -153,6 +153,7 @@ if which xob > /dev/null 2>&1; then mkfifo "$XOB_PIPE_DIR/$pipe" if [ -p "$XOB_PIPE_DIR/$pipe" ]; then printf " [INFO] Successfully created pipe \"$pipe\". Binding an xob instance to it\n" + export $pipe="$XOB_PIPE_DIR/$pipe" tail -f "$XOB_PIPE_DIR/$pipe" | xob -s "$pipe" -t 2 & else printf " [WARN] Failed to create pipe \"$pipe\"\n"