3 # amount of resistance to provide at edges
6 # resistance against other windows
11 # place windows where they were last
16 # focus new windows when they appear
19 # does focus follow the mouse pointer when it enters a window
22 # when no windows are left with focus, focus the last window on the desktop
23 # to previously have focus
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
30 # shows a helpful dialog while cycling focus
35 # The number of virtual desktops to use
38 # A list of names for the desktops
39 names = ("one" "two" "three" "four")
43 # When true windows are moved opaquely, when false just an outline is shown
44 # while they are moved
47 # When true windows are resized opaquely, when false just an outline is shown
48 # while they are resized
53 # the theme to display
57 # The position on the screen to place the dock. Options are:
58 # Floating - uses the floatingX and floatingY options to position itself
59 # TopLeft, Top, TopRight, Right, BottomRight, Bottom, BottomLeft, Left
60 # - the appropriate corner/edge of the screen
63 # When position is "Floating", this specifies the x-coordinate to place the
67 # When position is "Floating", this specifies the y-coordinate to place the
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
77 # When true, the dock will grow horizontally when dock apps are added to it,
78 # otherwise it will grow vertically.
81 # When true, the dock will hide itself while the pointer is not over it, and
82 # will show itself when the pointer is.
85 # The number of milliseconds to wait before hiding the dock when the pointer
86 # leaves it, if the autoHide option is on.
91 #kbind (Key [Key...]) Action [Parameter]
93 kbind (F12) execute "xterm"
95 kbind (A-Left) PreviousDesktopWrap
96 kbind (A-Right) NextDesktopWrap
100 kbind (A-3) Desktop 3
101 kbind (A-4) Desktop 4
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
108 kbind (C-S-x x) ToggleMaximizeFull
109 kbind (C-S-x Up) ToggleMaximizeVert
110 kbind (C-S-x Right) ToggleMaximizeHorz
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
119 kbind (W-D) ToggleDecorations
121 kbind (A-Tab) NextWindow
122 kbind (S-A-Tab) PreviousWindow
126 # the distance a drag must go before it is recognized
129 # the amount of time in milliseconds in which two clicks must occur to cause a
131 #doubleClickTime = 200
133 #mbind Context Event Button Action [Parameter]
135 mbind Titlebar Drag Left Move
136 mbind Handle Drag Left Move
137 mbind Frame Drag A-Left Move
139 mbind BLCorner Drag Left Resize
140 mbind BRCorner Drag Left Resize
141 mbind Frame Drag A-Middle Resize
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
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
167 mbind Titlebar DoubleClick Left ToggleShade
168 mbind Titlebar Click Up Shade
169 mbind Titlebar Click Down UnShade
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
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
190 mbind Root Click Right ShowMenu "root"