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