Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Add option to beep on new updates #97

Closed dmedvinsky closed 12 years ago

dmedvinsky commented 12 years ago

I'm running tyrs on hidden workspace but I would like to know if new tweets had arrived.

I can configure my terminal emulator to set urgency hint when terminal bell is issued, and I can configure my window manager to give me visual feedback on the urgent window on hidden workspace.

Now I can also configure tyrs to beep when receiving new updates.

Haven't tested it much, but seems to work for me.

I've also fixed trailing white space problems which hurt my eyes (yeah, I configured my editor to hurt my eyes) in a separate commit. You can ignore it.

Also, the docs are added in another commit.

Nic0 commented 12 years ago

Awesome, I try to avoid whitespace, but seems that I missed lots of them.

Thanks for the beep option, I was thinking about add some sort of notification, but this is nice as well :)