Explorar el Código

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

Actually, it just passes them along, but *shhh*, that's a secret.
Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
1fc2d5936b
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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