Pārlūkot izejas kodu

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

Actually, it just passes them along, but *shhh*, that's a secret.
Lucas Stadler 13 gadi atpakaļ
vecāks
revīzija
1fc2d5936b
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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