-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gntrc
65 lines (52 loc) · 1.24 KB
/
.gntrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[general]
mounse = 1
# use some window manager
wm = /usr/local/lib/gnt/irssi.so
#wm = /usr/local/lib/gnt/s.so
remember_position = 1
[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
[Workspace-2]
name = IM
window-names = conversation-window
# window-titles specifies that windows with these semi-colon separated titles
# are placed into this workspace. These are matched as substrings. Window
# titles take precedence over names.
window-titles = Preferences;Pounce
[colors]
# The RGB values range in [0, 1000]
black = 0; 0; 0
red = 1000; 0; 0
green = 0; 1000; 0
blue = 250; 250; 700
white = 1000; 1000; 1000
gray = 700; 700; 700
darkgray = 256; 256; 256
[colorpairs]
normal = white; black
highlight = white; blue
highlightd = black; gray
shadow = black; darkgray
title = white; blue
titled = white; gray
text = white; blue
disabled = gray; black
urgent = green; black
# key bindings
[GntEntry::binding]
c-n = suggest-next
c-p = suggest-prev
[GntTree::binding]
o = context-menu
backspace = move-parent
c-f = page-up
c-b = page-down
j = move-down
k = move-up
[GntWidget::binding]
o = context-menu
[GntWindow::binding]
c-o = show-menu