浏览代码

~/.bin/events: A script that aggregates window-manager events.

Actually, it just passes them along, but *shhh*, that's a secret.
Lucas Stadler 13 年之前
父节点
当前提交
1fc2d5936b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .bin/events

+ 7 - 0
.bin/events

@ -0,0 +1,7 @@
1
#!/bin/sh
2
3
# Puts window manager events (such as focus) events into various kinds of other
4
# places.
5
6
echo "$@ `date --rfc-3339=seconds`" >> ~/.eventstream
7
echo "me.window.$1:1|c" | nc -uc localhost 8125