From 2c98bbacc8db3b251e1679f9da84cf1f5ed5726a Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 15 Oct 2024 13:29:10 -0400 Subject: update ~/bin --- bin/dwl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/dwl (limited to 'bin/dwl') diff --git a/bin/dwl b/bin/dwl new file mode 100755 index 0000000..b169367 --- /dev/null +++ b/bin/dwl @@ -0,0 +1,4 @@ +#!/bin/execlineb -P +if { rm -f ${XDG_RUNTIME_DIR}/dwl-stdout } +if { mkfifo ${XDG_RUNTIME_DIR}/dwl-stdout } +/usr/local/bin/dwl -s "superd & cat > \"$XDG_RUNTIME_DIR\"/dwl-stdout" -- cgit v1.2.3