123456789101112131415161718192021222324252627282930313233343536373839 |
- [iam.running.at]
- OUT =
- ANYPLACE = psi
- ANYPLACE = dropbox
- ANYPLACE = owncloud
- ANYPLACE = xchat
- ANYPLACE = orage
-
- [iam.starting.like.this]
- dropbox = dropbox start
-
- [iam.stopping.like.this]
- dropbox = dropbox stop
-
- [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 -Iminutes) | afk one time" >> ~/whatever.log
- atk = echo "$(date -Iminutes) | apparently knowing my password" >> ~/whatever.log
- gone = echo "$(date -Iminutes) | gone one time" >> ~/whatever.log
- back = echo "$(date -Iminutes) | back again" >> ~/whatever.log
-
- [iam.typing]
- lang = cz
- lang = sk
- lang = us
-
- [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
|