]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc3
update the theme stuff
[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 [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-Right 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-Right 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   Client          Press           Left    FocusRaise
109 mbind   Client          Press           Middle  Focus
110 mbind   Client          Press           Right   Focus
111 mbind   Frame           Press           A-Left  Focus
112
113 mbind   Titlebar        DoubleClick     Left    ToggleShade
114 mbind   Titlebar        Click           Up      Shade
115 mbind   Titlebar        Click           Down    UnShade
116
117 mbind   Maximize        Click           Left    ToggleMaximizeFull
118 mbind   Maximize        Click           Middle  ToggleMaximizeVert
119 mbind   Maximize        Click           Right   ToggleMaximizeHorz
120 mbind   Iconify         Click           Left    Iconify
121 mbind   Icon            DoubleClick     Left    Close
122 mbind   Close           Click           Left    Close
123 mbind   Close           Click           Middle  Kill
124 mbind   AllDesktops     Click           Left    ToggleOmnipresent
125 mbind   Shade           Click           Left    ToggleShade
126
127 mbind   Root            Click           Up      NextDesktopWrap
128 mbind   Root            Click           Down    PreviousDesktopWrap
129 mbind   Root            Click           A-Up    NextDesktopWrap
130 mbind   Root            Click           A-Down  PreviousDesktopWrap
131 mbind   Frame           Click           A-Up    NextDesktopWrap
132 mbind   Frame           Click           A-Down  PreviousDesktopWrap
133 mbind   Frame           Click           C-A-Up  SendToNextDesktopWrap
134 mbind   Frame           Click           C-A-Down SendToPreviousDesktopWrap
135
136 mbind   Root            Click           Left    execute "xterm"