Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created January 16, 2014 21:30
Show Gist options
  • Select an option

  • Save cirrusUK/8463765 to your computer and use it in GitHub Desktop.

Select an option

Save cirrusUK/8463765 to your computer and use it in GitHub Desktop.
~/.gntrc
[Finch]
color-available = blue; default
color-background = blue; default
color-away = green; default
color-idle = green; default
color-offline = green; default
color-message-sent = green; default
color-message-received = green; default
color-message-highlight = red; default
color-message-action = green; default
color-timestamp = blue; darkgray
#See below for details on color
[general]
shadow = 1
# There is experimental mouse support
mouse = 1
# To use some custom window-manager
wm = /usr/local/lib/gnt/s.so
# There's also a custom window manager called irssi.so
# Remember window-positions based on the titles (on by default)
remember_position = 1
# Use borderless one-line high buttons
small-button = true
[colors]
# The RGB values range in [0, 1000]
black = 0; 0; 0
red = 1000; 100; 50
green = 50; 1000; 30
blue = 250; 250; 700
white = 1000; 1000; 1000
gray = 700; 700; 700
darkgray = 256; 256; 256
[colorpairs]
normal = green; default
highlight = green; default
highlightd = red; default
shadow = black; darkgray
title = red; default
titled = green; default
text = green; default
disabled = gray; black
urgent = red; default
# Completely ignore the key 'q'
q =
[GntWM::binding]
c-r = start-resize
#c-m = start-move
c-n = window-next
c-p = window-prev
c-c = window-close
c-w = window-list
c-a = action-list
c-o = show-menu
c-a = accounts
# Workspaces are created simply by adding Workspace-X groups as follows:
[Workspace-1]
name = blist
# window-names specifies that windows with these semi-colon separated names are placed into this workspace
window-names = buddylist;debug-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment