]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc3
Fixed missing includes
[mikachu/openbox.git] / data / rc3
1 [resistance]
2
3 # amount of resistance to provide at edges
4 #strength=10
5
6 # resistance against other windows
7 #windows=true
8
9 [placement]
10
11 # place windows where they were last
12 #remember = yes
13
14 [focus]
15
16 # focus new windows when they appear
17 #focusNew = yes
18
19 # does focus follow the mouse pointer when it enters a window
20 #followMouse = no
21
22 # when no windows are left with focus, focus the last window on the desktop
23 # to previously have focus
24 #focusLast = yes
25
26 # a special case of focusLast that applies when switching between desktops; if
27 # set, the previously focused window on the desktop is focused when switching
28 #focusLastOnDesktop = yes
29
30 # shows a helpful dialog while cycling focus
31 #cyclingDialog = yes
32
33 [desktops]
34
35 # The number of virtual desktops to use
36 #number = 4
37
38 # A list of names for the desktops
39 names = ("one" "two" "three" "four")
40
41 [moveresize]
42
43 # When true windows are moved opaquely, when false just an outline is shown
44 # while they are moved
45 #opaque_move = yes
46
47 # When true windows are resized opaquely, when false just an outline is shown
48 # while they are resized
49 #opaque_resize = yes
50
51 [theme]
52
53 # the theme to display
54 #theme = "operation"
55
56 [dock]
57 # The position on the screen to place the dock. Options are:
58 #   TopLeft, Top, TopRight, Right, BottomRight, Bottom, BottomLeft, Left
59 #     - the appropriate corner/edge of the screen
60 #   Floating - uses the floatingX and floatingY options to position itself
61 #position = "TopLeft"
62
63 # When position is "Floating", this specifies the x-coordinate to place the
64 # the dock at.
65 #floatingX = 0
66
67 # When position is "Floating", this specifies the y-coordinate to place the
68 # the dock at.
69 #floatingY = 0
70
71 # The stacking layer that the dock will be in. Options are:
72 #   Top - above all normal windows, same layer as panels
73 #   Normal - can be above and below normal windows
74 #   Bottom - below all normal windows
75 #stacking = "Top"
76
77 # When true, the dock will grow horizontally when dock apps are added to it,
78 # otherwise it will grow vertically.
79 #horizontal = no
80
81 # When true, the dock will hide itself while the pointer is not over it, and
82 # will show itself when the pointer is.
83 #autoHide = no
84
85 # The number of milliseconds to wait before hiding the dock when the pointer
86 # leaves it, if the autoHide option is on.
87 #hideTimeout = 3000
88
89 [keyboard]
90
91 #kbind (Key [Key...])   Action  [Parameter]
92
93 kbind (F12)             execute "xterm"
94
95 kbind (A-Left)          PreviousDesktopWrap
96 kbind (A-Right)         NextDesktopWrap
97
98 kbind (A-1)             Desktop 1
99 kbind (A-2)             Desktop 2
100 kbind (A-3)             Desktop 3
101 kbind (A-4)             Desktop 4
102
103 kbind (C-A-1)           SendToDesktop 1
104 kbind (C-A-2)           SendToDesktop 2
105 kbind (C-A-3)           SendToDesktop 3
106 kbind (C-A-4)           SendToDesktop 4
107
108 kbind (C-S-x x)         ToggleMaximizeFull
109 kbind (C-S-x Up)        ToggleMaximizeVert
110 kbind (C-S-x Right)     ToggleMaximizeHorz
111
112 kbind (C-A-Left)        MoveRelativeHorz -3
113 kbind (C-A-Right)       MoveRelativeHorz  3
114 kbind (C-A-Up)          MoveRelativeVert -3
115 kbind (C-A-Down)        MoveRelativeVert  3
116
117 kbind (A-F4)            Close
118
119 kbind (W-D)             ToggleDecorations
120
121 kbind (A-Tab)           NextWindow
122 kbind (S-A-Tab)         PreviousWindow
123
124 [mouse]
125
126 # the distance a drag must go before it is recognized
127 #dragThreshold = 3
128
129 # the amount of time in milliseconds in which two clicks must occur to cause a
130 # doubleclick event
131 #doubleClickTime = 200
132
133 #mbind Context          Event           Button  Action [Parameter]
134
135 mbind   Titlebar        Drag            Left    Move
136 mbind   Handle          Drag            Left    Move
137 mbind   Frame           Drag            A-Left  Move
138
139 mbind   BLCorner        Drag            Left    Resize
140 mbind   BRCorner        Drag            Left    Resize
141 mbind   Frame           Drag            A-Middle Resize
142
143 mbind   Titlebar        Click           Left    Raise
144 mbind   Titlebar        Press           Middle  Lower
145 mbind   Handle          Click           Left    Raise
146 mbind   Handle          Press           Middle  Lower
147 mbind   Frame           Click           A-Left  Raise
148 mbind   Frame           Click           A-Middle Lower
149
150 mbind   Titlebar        Press           Left    Focus
151 mbind   Handle          Press           Left    Focus
152 mbind   BLCorner        Press           Left    Focus
153 mbind   BRCorner        Press           Left    Focus
154 mbind   Maximize        Press           Left    Focus
155 mbind   Maximize        Press           Middle  Focus
156 mbind   Maximize        Press           Right   Focus
157 mbind   Iconify         Press           Left    Focus
158 mbind   Icon            Press           Left    Focus
159 mbind   Close           Press           Left    Focus
160 mbind   AllDesktops     Press           Left    Focus
161 mbind   Shade           Press           Left    Focus
162 mbind   Client          Press           Left    FocusRaise
163 mbind   Client          Press           Middle  Focus
164 mbind   Client          Press           Right   Focus
165 mbind   Frame           Press           A-Left  Focus
166
167 mbind   Titlebar        DoubleClick     Left    ToggleShade
168 mbind   Titlebar        Click           Up      Shade
169 mbind   Titlebar        Click           Down    UnShade
170
171 mbind   Maximize        Click           Left    ToggleMaximizeFull
172 mbind   Maximize        Click           Middle  ToggleMaximizeVert
173 mbind   Maximize        Click           Right   ToggleMaximizeHorz
174 mbind   Iconify         Click           Left    Iconify
175 mbind   Icon            DoubleClick     Left    Close
176 mbind   Close           Click           Left    Close
177 mbind   Close           Click           Middle  Kill
178 mbind   AllDesktops     Click           Left    ToggleOmnipresent
179 mbind   Shade           Click           Left    ToggleShade
180
181 mbind   Root            Click           Up      NextDesktopWrap
182 mbind   Root            Click           Down    PreviousDesktopWrap
183 mbind   Root            Click           A-Up    NextDesktopWrap
184 mbind   Root            Click           A-Down  PreviousDesktopWrap
185 mbind   Frame           Click           A-Up    NextDesktopWrap
186 mbind   Frame           Click           A-Down  PreviousDesktopWrap
187 mbind   Frame           Click           C-A-Up  SendToNextDesktopWrap
188 mbind   Frame           Click           C-A-Down SendToPreviousDesktopWrap
189
190 mbind   Root            Click           Right   ShowMenu "root"
191 mbind   Frame           Click           Right   ShowMenu "client-menu"