]> Dogcows Code - chaz/openbox/blob - data/rc3
better clickfocus friendliness
[chaz/openbox] / 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 [engine]
31
32 # the theme engine to use
33 #engine = "openbox"
34
35 # the theme to display with the theme engine
36 #theme = "operation"
37
38 # the order of the elements in windows' titlebars
39 # N - icon
40 # D - alldesktops button
41 # S - shade button
42 # L - text label
43 # I - iconify button
44 # M - maximize button
45 # C - close button
46 #titlebarLayout = "NLIMC"
47
48 # the font for the window titlebars
49 #font.title = "arial-8:bold"
50
51 # the drop shadow for the window titlebars
52 #font.title.shadow = no
53
54 # the offset of the drop shadow for the window titlebars
55 #font.title.shadow.offset = 1
56
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
61
62 [keyboard]
63
64 #kbind (Key [Key...]) Action [Parameter]
65
66 kbind (F12) execute "xterm"
67
68 kbind (A-Left) PreviousDesktopWrap
69 kbind (A-Right) NextDesktopWrap
70
71 kbind (A-1) Desktop 1
72 kbind (A-2) Desktop 2
73 kbind (A-3) Desktop 3
74 kbind (A-4) Desktop 4
75
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
80
81 kbind (C-S-x x) ToggleMaximizeFull
82 kbind (C-S-x Up) ToggleMaximizeVert
83 kbind (C-S-x Right) ToggleMaximizeHorz
84
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
89
90 kbind (A-F4) Close
91
92 kbind (W-D) ToggleDecorations
93
94 kbind (A-Tab) NextWindow
95 kbind (S-A-Tab) PreviousWindow
96
97 [mouse]
98
99 # the distance a drag must go before it is recognized
100 #dragThreshold = 3
101
102 # the amount of time in milliseconds in which two clicks must occur to cause a
103 # doubleclick event
104 #doubleClickTime = 200
105
106 #mbind Context Event Button Action [Parameter]
107
108 mbind Titlebar Drag Left Move
109 mbind Handle Drag Left Move
110 mbind Frame Drag A-Left Move
111
112 mbind BLCorner Drag Left Resize
113 mbind BRCorner Drag Left Resize
114 mbind Frame Drag A-Right Resize
115
116 mbind Titlebar Click Left Raise
117 mbind Titlebar Press Middle Lower
118 mbind Handle Click Left Raise
119 mbind Handle Press Middle Lower
120 mbind Frame Click A-Left Raise
121 mbind Frame Click A-Right Lower
122
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 FocusRaise
128 mbind Client Press Middle Focus
129 mbind Frame Press A-Left Focus
130
131 mbind Titlebar DoubleClick Left ToggleShade
132 mbind Titlebar Click Up Shade
133 mbind Titlebar Click Down UnShade
134
135 mbind Maximize Click Left ToggleMaximizeFull
136 mbind Maximize Click Middle ToggleMaximizeVert
137 mbind Maximize Click Right ToggleMaximizeHorz
138 mbind Iconify Click Left Iconify
139 mbind Icon DoubleClick Left Close
140 mbind Close Click Left Close
141 mbind Close Click Middle Kill
142 mbind AllDesktops Click Left ToggleOmnipresent
143 mbind Shade Click Left ToggleShade
144
145 mbind Root Click Up NextDesktopWrap
146 mbind Root Click Down PreviousDesktopWrap
147 mbind Root Click A-Up NextDesktopWrap
148 mbind Root Click A-Down PreviousDesktopWrap
149 mbind Frame Click A-Up NextDesktopWrap
150 mbind Frame Click A-Down PreviousDesktopWrap
151 mbind Frame Click C-A-Up SendToNextDesktopWrap
152 mbind Frame Click C-A-Down SendToPreviousDesktopWrap
153
154 mbind Root Click Left execute "xterm"
This page took 0.041606 seconds and 5 git commands to generate.