diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-24 13:54:03 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-24 13:54:03 +0900 |
| commit | 28e8bdf7f8286bd431b7f3b709e79f3827b31469 (patch) | |
| tree | 85b44eff6da4d8443198fb6e04dfb6ee55244588 /debian/.config/profanity | |
| parent | 8470ff001befcfd0f626dea69a9e76d43aee0511 (diff) | |
updates
Diffstat (limited to 'debian/.config/profanity')
| -rw-r--r-- | debian/.config/profanity/profrc | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/debian/.config/profanity/profrc b/debian/.config/profanity/profrc new file mode 100644 index 0000000..707a2a5 --- /dev/null +++ b/debian/.config/profanity/profrc @@ -0,0 +1,94 @@ +[alias] +afk=/status set away +unafk=/status set online +consi=/connect si@thesiah.xyz +jts=/join conference.chat.thesiah.xyz +yj=/msg yejin@thesiah.xyz hey wassup? + +[chatstates] +enabled=true +gone=10 +outtype=false + +[connection] +account=si@thesiah.xyz +autoping=60 +reconnect=5 +receipts.request=false +receipts.send=false + +[logging] +chlog=true +grlog=true +maxsize=1048580 +rotate=true +shared=true + +[notifications] +invite=true +message=true +message.current=true +message.text=true +remind=60 +room=true +room.current=true +room.mention=true +room.offline=true +room.text=true +sub=true +typing=true +typing.current=false + +[otr] +log=redact +otr.char=@ +policy=manual +warn=true + +[pgp] +pgp.char=% + +[presence] +autoaway.awaytime=15 +autoaway.awaymessage=Away from computer +autoaway.check=true +autoaway.mode=away + +[ui] +beep=false +color.nick=true +enc.warn=true +flash=false +history=true +intype=true +mouse=false +occupants=true +occupants.jid=false +occupants.size=15 +privileges=true +presence=true +resource.title=true +resource.message=true +roster=true +roster.offline=true +roster.resource=false +roster.empty=true +roster.by=presence +roster.size=25 +splash=false +statuses.chat=all +statuses.console=all +statuses.muc=all +theme=boothj5 +time.statusbar=%H:%M:%S +titlebar=true +vercheck=false +wins.autotidy=true +wrap=true +time.console=%d-%m-%y %H:%M +time.chat=%d-%m-%y %H:%M +time.muc=%d-%m-%y %H:%M +time.config=%d-%m-%y %H:%M +time.private=%d-%m-%y %H:%M +time.xmlconsole=%d-%m-%y %H:%M +wintitle.show=true |
