123456789101112131415161718192021 |
-
- [iam.saying.like.this]
- afk = xchat -e -c 'away afk'
- atk = xchat -e -c 'back'
- gone = xchat -e -c 'nick amahdal|gone'
- back = xchat -e -c 'nick amahdal'
-
- afk = echo "$(date -Iseconds) | afk one time" >> ~/.saturnin-iam.log
- atk = echo "$(date -Iseconds) | apparently knowing my password" >> ~/.saturnin-iam.log
- gone = echo "$(date -Iseconds) | gone one time" >> ~/.saturnin-iam.log
- back = echo "$(date -Iseconds) | back again" >> ~/.saturnin-iam.log
-
- [iam.using]
- if = em1
-
- [iam.seeing.gw]
- 00:00:0c:9f:f0:00 = rh
-
- [iam.hooking.after]
- deaf = killall -USR1 i3status
- deafnomore = killall -USR1 i3status
|