# GTKYahoo Configuration File # # Boolean options such as yes or no can also be specified as on/off or # true/false. # # Backslashes can be used within the quoted strings below to protect quotes # For example, if your password is abc"123, you could specify any of: # # Password "abc\"123" # Password 'abc"123' # Password 'abc\"123' # # All of the configuration directives are case insensitive. Comments # are supported, but only on a single line, using any of the common comment # styles: shell(#), samba(;), c++(//), c(/* */) # # Global and Per-Config Options # Global sets the defaults, Per-Config changes the settings depending # on which config you choose when starting gtkyahoo. # # Any of the options that are specified below in the Global section can # also be specified in the Config sections. # Global event "logon" "logon-sound" event "logoff" "logoff-sound" End-Global # Per-Config Options # Configuration label is not used at the moment # # Multiple config can be defined, for now, the last one specified is # what takes effect Config "configuration label" UserID "your_userid_here" Password "your_password_here" End-Config # These sounds are in headerless ulaw format and are just 'cat'ed directly # to /dev/audio. Feel free to defined a separate sound-handler program # or use a "command" type action instead. See the sample.gtkyahoorc file # for more details. Action "logon-sound" Type "sound" Sound "logon.au" Delay 5 End-Action Action "logoff-sound" Type "sound" Sound "logoff.au" Delay 5 End-Action