From b5ce3809cd7fc8562adafd1fdc3df3d827f3fb2a Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 21 Mar 2016 21:11:53 -0600 Subject: [PATCH] Add profanity configuration file --- install.sh | 1 + profrc | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 profrc diff --git a/install.sh b/install.sh index 83fc106..0c2f837 100755 --- a/install.sh +++ b/install.sh @@ -47,3 +47,4 @@ dolink ../.dotfiles/gpg.conf .gnupg/gpg.conf dolink ../.dotfiles/gpg-agent.conf .gnupg/gpg-agent.conf dolink ../.dotfiles/ssh_config .ssh/config dolink ../.dotfiles/mcabberrc .mcabber/mcabberrc +dolink ../../.dotfiles/profrc .config/profanity/profrc diff --git a/profrc b/profrc new file mode 100644 index 0000000..526156b --- /dev/null +++ b/profrc @@ -0,0 +1,65 @@ +[ui] +beep=false +flash=false +splash=true +wrap=true +wins.autotidy=false +time=%H:%M +time.statusbar= +resource.title=false +resource.message=false +statuses.console=none +statuses.chat=none +statuses.muc=none +occupants=true +occupants.size=15 +roster=true +roster.offline=false +roster.resource=false +roster.empty=false +roster.by=presence +roster.size=25 +privileges=false +presence=false +intype=false +enc.warn=false +theme=mono +occupants.jid=false +notify.typing=true + +titlebar.show=true + +[otr] +otr.char=@ + +[pgp] +pgp.char=% + +[chatstates] +outtype=true +enabled=true + +[notifications] +message=true +room=mention +message.current=false +message.text=false +room.current=false + +typing.current=true +remind=60 +typing=true + +[presence] +autoaway.mode=away +autoaway.time=5 +autoaway.message=Away (idle) + +[connection] +account=smckown@proj.sporian.com + +defaccount=smckown@proj.sporian.com +reconnect=30 + +[alias] +fw=/join fw@conf.sporian.com -- 2.39.2