Skip to content

Instantly share code, notes, and snippets.

@subnut
Created February 2, 2022 15:40
Show Gist options
  • Save subnut/6e048dda5e9b219ed8801195aa183a28 to your computer and use it in GitHub Desktop.
Save subnut/6e048dda5e9b219ed8801195aa183a28 to your computer and use it in GitHub Desktop.
config for glirc2 (aka. glguy/irc-core)
activity-bar: yes
show-ping: yes
nick-padding:
side: left -- try right if you don't like left padding
width: 20
macros:
* name: "shrug"
commands: "say ¯\\_(ツ)_/¯"
* name: "back"
commands: "away"
key-bindings:
* bind: "F1"
command: "keymap"
* bind: "F2"
command: "toggle-detail"
* bind: "F3"
command: "toggle-metadata"
* bind: "F4"
command: "toggle-activity-bar"
defaults:
username: "subnut"
realname: "Subhaditya Nath"
servers:
* name: "libera"
hostname: "irc.libera.chat"
autoconnect: yes
tls: yes
sasl-username: "********************"
sasl-password: "********************"
connect-cmds:
* "join #libera"
* "join #glirc"
* "join ###temp"
-- vim: sw=4 et ts=4 sts=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment