From b6ca8ce55f0a850e18ef032dbe0aefffaf1be2ec Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 13 Aug 2016 01:48:01 -0400 Subject: Spend way too long fighting with wmii --- .config/systemd/user/wmiirc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .config/systemd/user/wmiirc (limited to '.config/systemd/user/wmiirc') diff --git a/.config/systemd/user/wmiirc b/.config/systemd/user/wmiirc new file mode 100755 index 0000000..72f62b7 --- /dev/null +++ b/.config/systemd/user/wmiirc @@ -0,0 +1,3 @@ +#!/bin/sh +echo 'READY=1' | socat STDIO UNIX-SENDTO:"$NOTIFY_SOCKET" +sleep infinity -- cgit v1.2.3-54-g00ecf