]> Dogcows Code - chaz/openbox/blob - data/rc3
all my changes while i was offline.
[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 # 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 [theme]
42
43 # the theme to display
44 #theme = "operation"
45
46 [keyboard]
47
48 #kbind (Key [Key...]) Action [Parameter]
49
50 kbind (F12) execute "xterm"
51
52 kbind (A-Left) PreviousDesktopWrap
53 kbind (A-Right) NextDesktopWrap
54
55 kbind (A-1) Desktop 1
56 kbind (A-2) Desktop 2
57 kbind (A-3) Desktop 3
58 kbind (A-4) Desktop 4
59
60 kbind (C-A-1) SendToDesktop 1
61 kbind (C-A-2) SendToDesktop 2
62 kbind (C-A-3) SendToDesktop 3
63 kbind (C-A-4) SendToDesktop 4
64
65 kbind (C-S-x x) ToggleMaximizeFull
66 kbind (C-S-x Up) ToggleMaximizeVert
67 kbind (C-S-x Right) ToggleMaximizeHorz
68
69 kbind (C-A-Left) MoveRelativeHorz -3
70 kbind (C-A-Right) MoveRelativeHorz 3
71 kbind (C-A-Up) MoveRelativeVert -3
72 kbind (C-A-Down) MoveRelativeVert 3
73
74 kbind (A-F4) Close
75
76 kbind (W-D) ToggleDecorations
77
78 kbind (A-Tab) NextWindow
79 kbind (S-A-Tab) PreviousWindow
80
81 [mouse]
82
83 # the distance a drag must go before it is recognized
84 #dragThreshold = 3
85
86 # the amount of time in milliseconds in which two clicks must occur to cause a
87 # doubleclick event
88 #doubleClickTime = 200
89
90 #mbind Context Event Button Action [Parameter]
91
92 mbind Titlebar Drag Left Move
93 mbind Handle Drag Left Move
94 mbind Frame Drag A-Left Move
95
96 mbind BLCorner Drag Left Resize
97 mbind BRCorner Drag Left Resize
98 mbind Frame Drag A-Middle Resize
99
100 mbind Titlebar Click Left Raise
101 mbind Titlebar Press Middle Lower
102 mbind Handle Click Left Raise
103 mbind Handle Press Middle Lower
104 mbind Frame Click A-Left Raise
105 mbind Frame Click A-Middle Lower
106
107 mbind Titlebar Press Left Focus
108 mbind Handle Press Left Focus
109 mbind BLCorner Press Left Focus
110 mbind BRCorner Press Left Focus
111 mbind Maximize Press Left Focus
112 mbind Maximize Press Middle Focus
113 mbind Maximize Press Right Focus
114 mbind Iconify Press Left Focus
115 mbind Icon Press Left Focus
116 mbind Close Press Left Focus
117 mbind AllDesktops Press Left Focus
118 mbind Shade Press Left Focus
119 mbind Client Press Left FocusRaise
120 mbind Client Press Middle Focus
121 mbind Client Press Right Focus
122 mbind Frame Press A-Left Focus
123
124 mbind Titlebar DoubleClick Left ToggleShade
125 mbind Titlebar Click Up Shade
126 mbind Titlebar Click Down UnShade
127
128 mbind Maximize Click Left ToggleMaximizeFull
129 mbind Maximize Click Middle ToggleMaximizeVert
130 mbind Maximize Click Right ToggleMaximizeHorz
131 mbind Iconify Click Left Iconify
132 mbind Icon DoubleClick Left Close
133 mbind Close Click Left Close
134 mbind Close Click Middle Kill
135 mbind AllDesktops Click Left ToggleOmnipresent
136 mbind Shade Click Left ToggleShade
137
138 mbind Root Click Up NextDesktopWrap
139 mbind Root Click Down PreviousDesktopWrap
140 mbind Root Click A-Up NextDesktopWrap
141 mbind Root Click A-Down PreviousDesktopWrap
142 mbind Frame Click A-Up NextDesktopWrap
143 mbind Frame Click A-Down PreviousDesktopWrap
144 mbind Frame Click C-A-Up SendToNextDesktopWrap
145 mbind Frame Click C-A-Down SendToPreviousDesktopWrap
146
147 mbind Root Click Right ShowMenu "root"
This page took 0.038428 seconds and 4 git commands to generate.