9a3834d06c1ea199e82e1f697901370dbf612777
[cmccabe-etc] / .gntrc
1 [Finch]
2 #color-available = green; black
3 #color-away = blue; black
4 #color-idle = gray; black
5 #color-offline = red; black
6 #color-message-sent = cyan; default
7 #color-message-received = red; default
8 #color-message-highlight = black; green
9 #color-message-action = yellow; default
10 #color-timestamp = blue; default
11 #See below for details on color
12
13 [general]
14 shadow = 0
15 #mouse = 1 # There is experimental mouse support
16 # There's also a custom window manager called irssi.so
17 # Remember window-positions based on the titles (on by default)
18 remember_position = 1
19 # Use borderless one-line high buttons
20 small-button = true
21
22 # Workspaces are created simply by adding Workspace-X groups as follows:
23 [Workspace-1]
24 name = blist
25 # window-names specifies that windows with these semi-colon separated names are placed into this workspace
26 window-names = buddylist;debug-window
27
28 [Workspace-2]
29 name = IM
30 window-names = conversation-window
31 #  window-titles  specifies  that windows with these semi-colon separated titles are placed into this workspace. These are matched as substrings. Window
32 titles take precedence over names.
33 window-titles = Preferences;Pounce
34
35 [colors]
36 # The RGB values range in [0, 1000]
37 #black = 0; 0; 0
38 #red = 1000; 0; 0
39 #green = 0; 1000; 0
40 #blue = 250; 250; 700
41 #white = 1000; 1000; 1000
42 #gray = 700; 700; 700
43 #darkgray = 256; 256; 256
44
45 [colorpairs]
46 #normal = white; black
47 #highlight = white; blue
48 #highlightd = black; gray
49 #shadow = black; darkgray
50 #title = white; blue
51 #titled = white; gray
52 #text = white; blue
53 #disabled = gray; black
54 #urgent = green; black
55
56 # Remap some keys for GntEntry
57 [GntEntry::remap]
58 # Remap the up-arrow to the left-arrow
59 ^[[A = ^[[D
60 # Remap the down-arrow to the right-arrow
61 ^[[B = ^[[C
62 # Remap 'a' to 'bcd'
63 a = bcd
64 # Completely ignore the key 'q'
65 q =
66 # But the following will NOT work
67 #abc = bcd
68
69 # Hitting 'space' will activate a button
70 [GntButton::remap]
71 \  = \r
72
73 [GntBox::binding]
74 tab = focus-next
75 right = focus-next
76 left = focus-prev
77
78 [GntEntry::binding]
79 c-a = cursor-home
80 home = cursor-home
81 c-e = cursor-end
82 end = cursor-end
83 backspace = delete-prev
84 del = delete-next
85 c-d = delete-next
86 c-u = delete-start
87 c-k = delete-end
88 c-b = cursor-prev
89 left = cursor-prev
90 c-f = cursor-next
91 right = cursor-next
92 tab = suggest-show
93 down = suggest-next
94 up = suggest-prev
95 c-w = delete-prev-word
96 a-b = cursor-prev-word
97 a-f = cursor-next-word
98 a-d = delete-next-word
99 c-v = clipboard-paste
100
101 [GntTree::binding]
102 up = move-up
103 down = move-down
104 c-n = move-down
105 c-p = move-up
106 pageup = page-up
107 pagedown = page-down
108 backspace = move-parent
109 home = move-first
110 end = move-last
111 # Following is the default binding for the context-menu
112 menu = context-menu
113 # The following will let you open the context-menu in the buddylist with c-b
114 # c-b = context-menu
115
116 [GntWidget::binding]
117 f11 = context-menu
118 c-x = context-menu
119
120 [GntWindow::binding]
121 c-o = show-menu
122 f10 = show-menu
123
124