Various Pidgin plugins I use (I recommend the Pidgin Plugin Pack):
- /exec
- History
- Last Seen
- Markerline
- Message Notification
- Mystatusbox
- Use this to disable the global, chunky, statusbox.
- Psychic Mode
For tab switching with Alt-Left/Right, put into .gtkrc-2.0
:
gtk-key-theme-name = "Emacs"
binding "gtk-binding-notebook" {
bind "<mod1>Left" { "change-current-page" (-1) }
bind "<mod1>Right" { "change-current-page" (1) }
}
class "GtkNotebook" binding "gtk-binding-notebook"