]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc3
node processing code/macros, and other fixes
[mikachu/openbox.git] / 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 [desktops]
31
32 # The number of virtual desktops to use
33 #number = 4
34
35 # A list of names for the desktops
36 names = ("one" "two" "three" "four")
37
38 [engine]
39
40 # the theme engine to use
41 #engine = "openbox"
42
43 # the theme to display with the theme engine
44 #theme = "operation"
45
46 # the order of the elements in windows' titlebars
47 # N - icon
48 # D - alldesktops button
49 # S - shade button
50 # L - text label
51 # I - iconify button
52 # M - maximize button
53 # C - close button
54 #titlebarLayout = "NLIMC"
55
56 # the font for the window titlebars
57 #font.title = "arial-8:bold"
58
59 # the drop shadow for the window titlebars
60 #font.title.shadow = no
61
62 # the offset of the drop shadow for the window titlebars
63 #font.title.shadow.offset = 1
64
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
69
70 [keyboard]
71
72 #kbind (Key [Key...])   Action  [Parameter]
73
74 kbind (F12)             execute "xterm"
75
76 kbind (A-Left)          PreviousDesktopWrap
77 kbind (A-Right)         NextDesktopWrap
78
79 kbind (A-1)             Desktop 1
80 kbind (A-2)             Desktop 2
81 kbind (A-3)             Desktop 3
82 kbind (A-4)             Desktop 4
83
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
88
89 kbind (C-S-x x)         ToggleMaximizeFull
90 kbind (C-S-x Up)        ToggleMaximizeVert
91 kbind (C-S-x Right)     ToggleMaximizeHorz
92
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
97
98 kbind (A-F4)            Close
99
100 kbind (W-D)             ToggleDecorations
101
102 kbind (A-Tab)           NextWindow
103 kbind (S-A-Tab)         PreviousWindow
104
105 [mouse]
106
107 # the distance a drag must go before it is recognized
108 #dragThreshold = 3
109
110 # the amount of time in milliseconds in which two clicks must occur to cause a
111 # doubleclick event
112 #doubleClickTime = 200
113
114 #mbind Context          Event           Button  Action [Parameter]
115
116 mbind   Titlebar        Drag            Left    Move
117 mbind   Handle          Drag            Left    Move
118 mbind   Frame           Drag            A-Left  Move
119
120 mbind   BLCorner        Drag            Left    Resize
121 mbind   BRCorner        Drag            Left    Resize
122 mbind   Frame           Drag            A-Right Resize
123
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
130
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   Client          Press           Right   Focus
138 mbind   Frame           Press           A-Left  Focus
139
140 mbind   Titlebar        DoubleClick     Left    ToggleShade
141 mbind   Titlebar        Click           Up      Shade
142 mbind   Titlebar        Click           Down    UnShade
143
144 mbind   Maximize        Click           Left    ToggleMaximizeFull
145 mbind   Maximize        Click           Middle  ToggleMaximizeVert
146 mbind   Maximize        Click           Right   ToggleMaximizeHorz
147 mbind   Iconify         Click           Left    Iconify
148 mbind   Icon            DoubleClick     Left    Close
149 mbind   Close           Click           Left    Close
150 mbind   Close           Click           Middle  Kill
151 mbind   AllDesktops     Click           Left    ToggleOmnipresent
152 mbind   Shade           Click           Left    ToggleShade
153
154 mbind   Root            Click           Up      NextDesktopWrap
155 mbind   Root            Click           Down    PreviousDesktopWrap
156 mbind   Root            Click           A-Up    NextDesktopWrap
157 mbind   Root            Click           A-Down  PreviousDesktopWrap
158 mbind   Frame           Click           A-Up    NextDesktopWrap
159 mbind   Frame           Click           A-Down  PreviousDesktopWrap
160 mbind   Frame           Click           C-A-Up  SendToNextDesktopWrap
161 mbind   Frame           Click           C-A-Down SendToPreviousDesktopWrap
162
163 mbind   Root            Click           Left    execute "xterm"