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 theme engine to use
35 # the theme to display with the theme engine
38 # the order of the elements in windows' titlebars
40 # D - alldesktops button
46 #titlebarLayout = "NLIMC"
48 # the font for the window titlebars
49 #font.title = "arial-8:bold"
51 # the drop shadow for the window titlebars
52 #font.title.shadow = no
54 # the offset of the drop shadow for the window titlebars
55 #font.title.shadow.offset = 1
57 # the amount of opacity of the drop shadow for the window titlebars
58 # -100 - 0 = white shadow (0 clear, -100 solid)
59 # 0 - 100 = black shadow (0 clear, 100 solid)
60 #font.title.shadow.tint = 25
64 #kbind (Key [Key...]) Action [Parameter]
66 kbind (F12) execute "xterm"
68 kbind (A-Left) PreviousDesktopWrap
69 kbind (A-Right) NextDesktopWrap
76 kbind (C-A-1) SendToDesktop 1
77 kbind (C-A-2) SendToDesktop 2
78 kbind (C-A-3) SendToDesktop 3
79 kbind (C-A-4) SendToDesktop 4
81 kbind (C-S-x x) ToggleMaximizeFull
82 kbind (C-S-x Up) ToggleMaximizeVert
83 kbind (C-S-x Right) ToggleMaximizeHorz
85 kbind (C-A-Left) MoveRelativeHorz -3
86 kbind (C-A-Right) MoveRelativeHorz 3
87 kbind (C-A-Up) MoveRelativeVert -3
88 kbind (C-A-Down) MoveRelativeVert 3
92 kbind (W-D) ToggleDecorations
94 kbind (A-Tab) NextWindow
95 kbind (S-A-Tab) PreviousWindow
99 # the distance a drag must go before it is recognized
102 # the amount of time in milliseconds in which two clicks must occur to cause a
104 #doubleClickTime = 200
106 #mbind Context Event Button Action [Parameter]
108 mbind Titlebar Drag Left Move
109 mbind Handle Drag Left Move
110 mbind Frame Drag A-Left Move
112 mbind BLCorner Drag Left Resize
113 mbind BRCorner Drag Left Resize
114 mbind Frame Drag A-Right Resize
116 mbind Titlebar Click Left FocusRaise
117 mbind Titlebar Press Middle Lower
118 mbind Handle Click Left FocusRaise
119 mbind Handle Press Middle Lower
120 mbind Frame Click A-Left FocusRaise
121 mbind Frame Click A-Right Lower
123 mbind Titlebar Press Left Focus
124 mbind Handle Press Left Focus
125 mbind BLCorner Press Left Focus
126 mbind BRCorner Press Left Focus
127 mbind Client Press Left Focus
128 mbind Client Press Middle Focus
130 mbind Titlebar DoubleClick Left ToggleShade
131 mbind Titlebar Click Up Shade
132 mbind Titlebar Click Down UnShade
134 mbind Maximize Click Left ToggleMaximizeFull
135 mbind Maximize Click Middle ToggleMaximizeVert
136 mbind Maximize Click Right ToggleMaximizeHorz
137 mbind Iconify Click Left Iconify
138 mbind Icon DoubleClick Left Close
139 mbind Close Click Left Close
140 mbind Close Click Middle Kill
141 mbind AllDesktops Click Left ToggleOmnipresent
142 mbind Shade Click Left ToggleShade
144 mbind Root Click Up NextDesktopWrap
145 mbind Root Click Down PreviousDesktopWrap
146 mbind Root Click A-Up NextDesktopWrap
147 mbind Root Click A-Down PreviousDesktopWrap
148 mbind Frame Click A-Up NextDesktopWrap
149 mbind Frame Click A-Down PreviousDesktopWrap
150 mbind Frame Click C-A-Up SendToNextDesktopWrap
151 mbind Frame Click C-A-Down SendToPreviousDesktopWrap
153 mbind Root Click Left execute "xterm"