]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc3
add an rc3 which gets installed
[mikachu/openbox.git] / data / rc3
1 [openbox]
2
3 # the theme engine to use
4 #engine = "openbox"
5
6 # the theme to display with the theme engine
7 theme = "ebox"
8
9 # the order of the elements in windows' titlebars
10 # n - icon
11 # d - alldesktops button
12 # s - shade button
13 # l - text label
14 # i - iconify button
15 # m - maximize button
16 # c - close button
17 #titlebar.layout = "NDSLIMC"
18
19 # the font for the window titlebars
20 #font = "Sans-7"
21
22 # the drop shadow for the window titlebars
23 #font.shadow = no
24
25 # the offset of the drop shadow for the window titlebars
26 #font.shadow.offset = 1
27
28 # the amount of opacity of the drop shadow for the window titlebars
29 # -100 - 0 = white shadow (0 clear, -100 solid)
30 # 0 - 100  = black shadow (0 clear, 100 solid)
31 #font.shadow.tint = 25
32
33 # does focus follow the mouse pointer
34 #focusfollowsMouse = yes
35
36 # focus new windows when they appear
37 #focusNew = yes
38
39 # place windows where they were last (for placement module)
40 #placement.remember = yes
41
42 # amount of resistance to provide at edges (for resistance module)
43 #resistance = 10
44
45 # reistancee against other windows (for resistance module)
46 #resistance.windows = yes
47
48 # the distance a drag must go before it is recognized
49 #mouse.dragThreshold = 3
50
51 # the amount of time in milliseconds in which two clicks must occur to cause a
52 # doubleclick event
53 #mouse.doubleClickTime = 200
54
55 [keyboard]
56
57 kbind (C-A-Escape)      execute "xlock -nolock -mode puzzle"
58 kbind (F14)             execute "sshot"
59
60 # xterm
61 kbind (A-space)         execute "xterm"
62 kbind (XF86Start)       execute "xterm -geometry 80x30-0-0 -title eris -e ssh xor@eris.orodu.net"
63
64 # konqueror
65 kbind (W-e)             execute "kfmclient openProfile filemanagement"
66 kbind (XF86HomePage)    execute "kfmclient openProfile webbrowsing"
67
68 # xmms
69 kbind (XF86AudioPlay)   execute "xmms -p"
70 kbind (XF86AudioStop)   execute "xmms -u"
71 kbind (XF86AudioPrev)   execute "xmms -r"
72 kbind (XF86AudioNext)   execute "xmms -f"
73
74 # copy current song
75 kbind (W-w)             execute "getxmms"
76
77 kbind (A-Left)          PreviousDesktopWrap
78 kbind (A-Right)         NextDesktopWrap
79
80 kbind (A-1)             Desktop 1
81 kbind (A-2)             Desktop 2
82 kbind (A-3)             Desktop 3
83 kbind (A-4)             Desktop 4
84
85 kbind (C-A-1)           SendToDesktop 1
86 kbind (C-A-2)           SendToDesktop 2
87 kbind (C-A-3)           SendToDesktop 3
88 kbind (C-A-4)           SendToDesktop 4
89
90 kbind (C-S-x x)         ToggleMaximizeFull
91 kbind (C-S-x Up)        ToggleMaximizeVert
92 kbind (C-S-x Right)     ToggleMaximizeHorz
93
94 kbind (C-A-Left)        MoveRelativeHorz -3
95 kbind (C-A-Right)       MoveRelativeHorz  3
96 kbind (C-A-Up)          MoveRelativeVert -3
97 kbind (C-A-Down)        MoveRelativeVert  3
98
99 kbind (A-F4)            Close
100
101 kbind (W-D)             ToggleDecorations
102
103 [mouse]
104
105 #mbind Context          Event           Button  Action [Parameter]
106
107 mbind   Titlebar        Drag            Left    Move
108 mbind   Handle          Drag            Left    Move
109 mbind   Frame           Drag            A-Left  Move
110
111 mbind   BLCorner        Drag            Left    Resize
112 mbind   BRCorner        Drag            Left    Resize
113 mbind   Frame           Drag            A-Right Resize
114
115 mbind   Titlebar        Click           Left    Raise
116 mbind   Titlebar        Press           Middle  Lower
117 mbind   Handle          Click           Left    Raise
118 mbind   Handle          Press           Middle  Lower
119 mbind   Frame           Click           A-Left  Raise
120 mbind   Frame           Click           A-Right Lower
121
122 mbind   Titlebar        Press           Left    Focus
123 mbind   Handle          Press           Left    Focus
124 mbind   BLCorner        Press           Left    Focus
125 mbind   BRCorner        Press           Left    Focus
126 mbind   Client          Press           Left    Focus
127 mbind   Client          Press           Middle  Focus
128
129 mbind   Titlebar        DoubleClick     Left    ToggleShade
130 mbind   Titlebar        Click           Up      Shade
131 mbind   Titlebar        Click           Down    UnShade
132
133 mbind   Maximize        Click           Left    ToggleMaximizeFull
134 mbind   Maximize        Click           Middle  ToggleMaximizeVert
135 mbind   Maximize        Click           Right   ToggleMaximizeHorz
136 mbind   Iconify         Click           Left    Iconify
137 mbind   Icon            DoubleClick     Left    Close
138 mbind   Close           Click           Left    Close
139 mbind   Close           Click           Middle  Kill
140 mbind   AllDesktops     Click           Left    ToggleOmnipresent
141 mbind   Shade           Click           Left    ToggleShade
142
143 mbind   Root            Click           Up      NextDesktopWrap
144 mbind   Root            Click           Down    PreviousDesktopWrap
145 mbind   Root            Click           A-Up    NextDesktopWrap
146 mbind   Root            Click           A-Down  PreviousDesktopWrap
147 mbind   Frame           Click           A-Up    NextDesktopWrap
148 mbind   Frame           Click           A-Down  PreviousDesktopWrap
149 mbind   Frame           Click           C-A-Up  SendToNextDesktopWrap
150 mbind   Frame           Click           C-A-Down SendToPreviousDesktopWrap
151
152 mbind   Root            Click           Left    execute "xterm"
153
154 [foo]
155
156 mbind Titlebar, Handle {
157         Left            press   Focus
158         Middle          press   Lower
159         Left            click   Raise
160         Right           click   Lower
161         Left            drag    Move
162 }
163
164 mbind Titlebar {
165         Up              press   Shade
166         Down            press   Unshade
167         Left            dclick  ToggleShade
168 }
169
170 mbind Frame {
171         A-Left          click   Raise
172         A-Left          drag    Move
173         A-Right         click   Lower
174         A-Right         drag    Resize
175         A-Up            click   NextDesktopWrap
176         A-Down          click   PreviousDesktopWrap
177         C-A-Up          click   SendToNextDesktopWrap
178         C-A-Down        click   SendToPreviousDesktopWrap
179 }
180
181 mbind BLCorner, BRCorner {
182         Left            press   Focus
183         Left            drag    Resize
184 }
185
186 mbind Client {
187         Left            press   Focus
188         Middle          press   Focus
189 }
190
191 mbind Root {
192         Left            click   execute "xterm"
193         Up              click   NextDesktopWrap
194         Down            click   PreviousDesktopWrap
195         A-Up            click   NextDesktopWrap
196         A-Down          click   PreviousDesktopWrap
197 }
198
199 mbind Maximize {
200         Left            click   ToggleMaximizeFull
201         Middle          click   ToggleMaximizeVert
202         Right           click   ToggleMaximizeHorz
203 }
204
205
206 mbind Iconify {
207         Left            click   Iconify
208 }
209
210 mbind Icon {
211         Left            dclick  Close
212 }
213
214 mbind Close {
215         Left            click   Close
216         Middle          click   Kill
217 }
218
219 mbind AllDesktops {
220         Left            click   ToggleOmnipresent
221 }
222
223 mbind Shade {
224         Left            click   ToggleShade
225 }
226