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