.mplayer/config: bump up caching
[cmccabe-etc] / .gntrc
1 [general]
2 shadow = 0
3 # There is experimental mouse support
4 mouse = 1
5 # To use some custom window-manager
6 wm = /usr/local/lib/purple/s.so
7 # Remember window-positions based on the titles (on by default)
8 remember_position = 1
9
10 [colors]
11 # The RGB values range in [0, 1000]
12 black = 0; 0; 0
13 red = 1000; 0; 0
14 green = 0; 1000; 0
15 blue = 250; 250; 700
16 white = 1000; 1000; 1000
17 gray = 700; 700; 700
18 darkgray = 256; 256; 256
19
20 [colorpairs]
21 normal = white; black
22 highlight = white; blue
23 highlightd = black; gray
24 shadow = black; darkgray
25 title = white; blue
26 titled = white; gray
27 text = white; blue
28 disabled = gray; black
29 urgent = green; black
30
31 # Remap some keys for GntEntry
32 [GntEntry::remap]
33 # Remap the up-arrow to the left-arrow
34 ^[[A = ^[[D
35 # Remap the down-arrow to the right-arrow
36 ^[[B = ^[[C
37 # Remap 'a' to 'bcd'
38 a = bcd
39 # Completely ignore the key 'q'
40 q =
41 # But the following will NOT work
42 #abc = bcd
43
44
45 # Hitting 'space' will activate a button
46 [GntButton::remap]
47 \ = \r
48
49 [GntEntry::binding]
50 c-a = cursor-home
51 home = cursor-home
52 c-e = cursor-end
53 end = cursor-end
54 backspace = delete-prev
55 del = delete-next
56 c-d = delete-next
57 c-u = delete-start
58 c-k = delete-end
59 c-b = cursor-prev
60 left = cursor-prev
61 c-f = cursor-next
62 right = cursor-next
63 tab = suggest-show
64 down = suggest-next
65 up = suggest-prev
66 c-w = delete-prev-word
67 a-b = cursor-prev-word
68 a-f = cursor-next-word
69 a-d = delete-next-word
70 c-v = clipboard-paste
71
72 [GntTree::binding]
73 up = move-up
74 down = move-down
75 #c-n = move-down
76 c-p = move-up
77 pageup = page-up
78 pagedown = page-down
79 # Following is the default binding for the context-menu
80 menu = context-menu
81 # The following will let you open the context-menu in the buddylist with c-b
82 # c-b = context-menu
83
84 [GntWidget::binding]
85 f11 = context-menu
86
87 [GntWindow::binding]
88 c-o = show-menu
89 c-n = window-next
90
91
92 [GntWM::binding]
93 c-n = window-next
94 a-p = window-prev
95 a-c = window-close
96 a-w = window-list
97 a-d = dump-screen
98 a-, = shift-left
99 a-. = shift-right
100 a-a = action-list
101 a-m = start-move
102 a-r = start-resize
103 a-q = wm-quit
104 a-l = refresh-screen
105 # The following action is still incomplete, and doesn't have a default binding
106 # switch-window-n
107
108 # For the sample custom window manager
109 [GntS::binding]
110 a-b = toggle-buddylist
111 a-C = toggle-clipboard