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
32 # The number of virtual desktops to use
35 # A list of names for the desktops
36 names = ("one" "two" "three" "four")
40 # the theme engine to use
43 # the theme to display with the theme engine
46 # the order of the elements in windows' titlebars
48 # D - alldesktops button
54 #titlebarLayout = "NLIMC"
56 # the font for the window titlebars
57 #font.title = "arial-8:bold"
59 # the drop shadow for the window titlebars
60 #font.title.shadow = no
62 # the offset of the drop shadow for the window titlebars
63 #font.title.shadow.offset = 1
65 # the amount of opacity of the drop shadow for the window titlebars
66 # -100 - 0 = white shadow (0 clear, -100 solid)
67 # 0 - 100 = black shadow (0 clear, 100 solid)
68 #font.title.shadow.tint = 25
72 #kbind (Key [Key...]) Action [Parameter]
74 kbind (F12) execute "xterm"
76 kbind (A-Left) PreviousDesktopWrap
77 kbind (A-Right) NextDesktopWrap
84 kbind (C-A-1) SendToDesktop 1
85 kbind (C-A-2) SendToDesktop 2
86 kbind (C-A-3) SendToDesktop 3
87 kbind (C-A-4) SendToDesktop 4
89 kbind (C-S-x x) ToggleMaximizeFull
90 kbind (C-S-x Up) ToggleMaximizeVert
91 kbind (C-S-x Right) ToggleMaximizeHorz
93 kbind (C-A-Left) MoveRelativeHorz -3
94 kbind (C-A-Right) MoveRelativeHorz 3
95 kbind (C-A-Up) MoveRelativeVert -3
96 kbind (C-A-Down) MoveRelativeVert 3
100 kbind (W-D) ToggleDecorations
102 kbind (A-Tab) NextWindow
103 kbind (S-A-Tab) PreviousWindow
107 # the distance a drag must go before it is recognized
110 # the amount of time in milliseconds in which two clicks must occur to cause a
112 #doubleClickTime = 200
114 #mbind Context Event Button Action [Parameter]
116 mbind Titlebar Drag Left Move
117 mbind Handle Drag Left Move
118 mbind Frame Drag A-Left Move
120 mbind BLCorner Drag Left Resize
121 mbind BRCorner Drag Left Resize
122 mbind Frame Drag A-Right Resize
124 mbind Titlebar Click Left Raise
125 mbind Titlebar Press Middle Lower
126 mbind Handle Click Left Raise
127 mbind Handle Press Middle Lower
128 mbind Frame Click A-Left Raise
129 mbind Frame Click A-Right Lower
131 mbind Titlebar Press Left Focus
132 mbind Handle Press Left Focus
133 mbind BLCorner Press Left Focus
134 mbind BRCorner Press Left Focus
135 mbind Client Press Left FocusRaise
136 mbind Client Press Middle Focus
137 mbind Frame Press A-Left Focus
139 mbind Titlebar DoubleClick Left ToggleShade
140 mbind Titlebar Click Up Shade
141 mbind Titlebar Click Down UnShade
143 mbind Maximize Click Left ToggleMaximizeFull
144 mbind Maximize Click Middle ToggleMaximizeVert
145 mbind Maximize Click Right ToggleMaximizeHorz
146 mbind Iconify Click Left Iconify
147 mbind Icon DoubleClick Left Close
148 mbind Close Click Left Close
149 mbind Close Click Middle Kill
150 mbind AllDesktops Click Left ToggleOmnipresent
151 mbind Shade Click Left ToggleShade
153 mbind Root Click Up NextDesktopWrap
154 mbind Root Click Down PreviousDesktopWrap
155 mbind Root Click A-Up NextDesktopWrap
156 mbind Root Click A-Down PreviousDesktopWrap
157 mbind Frame Click A-Up NextDesktopWrap
158 mbind Frame Click A-Down PreviousDesktopWrap
159 mbind Frame Click C-A-Up SendToNextDesktopWrap
160 mbind Frame Click C-A-Down SendToPreviousDesktopWrap
162 mbind Root Click Left execute "xterm"