]> Dogcows Code - chaz/openbox/blob - data/rc3
make NLIMC the default titlebar layout
[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
20 #followMouse = yes
21
22 [engine]
23
24 # the theme engine to use
25 #engine = "openbox"
26
27 # the theme to display with the theme engine
28 #theme = "operation"
29
30 # the order of the elements in windows' titlebars
31 # N - icon
32 # D - alldesktops button
33 # S - shade button
34 # L - text label
35 # I - iconify button
36 # M - maximize button
37 # C - close button
38 #titlebarLayout = "NLIMC"
39
40 # the font for the window titlebars
41 #font.title = "arial-8:bold"
42
43 # the drop shadow for the window titlebars
44 #font.title.shadow = no
45
46 # the offset of the drop shadow for the window titlebars
47 #font.title.shadow.offset = 1
48
49 # the amount of opacity of the drop shadow for the window titlebars
50 # -100 - 0 = white shadow (0 clear, -100 solid)
51 # 0 - 100 = black shadow (0 clear, 100 solid)
52 #font.title.shadow.tint = 25
53
54 [keyboard]
55
56 #kbind (Key [Key...]) Action [Parameter]
57
58 kbind (F12) execute "xterm"
59
60 kbind (A-Left) PreviousDesktopWrap
61 kbind (A-Right) NextDesktopWrap
62
63 kbind (A-1) Desktop 1
64 kbind (A-2) Desktop 2
65 kbind (A-3) Desktop 3
66 kbind (A-4) Desktop 4
67
68 kbind (C-A-1) SendToDesktop 1
69 kbind (C-A-2) SendToDesktop 2
70 kbind (C-A-3) SendToDesktop 3
71 kbind (C-A-4) SendToDesktop 4
72
73 kbind (C-S-x x) ToggleMaximizeFull
74 kbind (C-S-x Up) ToggleMaximizeVert
75 kbind (C-S-x Right) ToggleMaximizeHorz
76
77 kbind (C-A-Left) MoveRelativeHorz -3
78 kbind (C-A-Right) MoveRelativeHorz 3
79 kbind (C-A-Up) MoveRelativeVert -3
80 kbind (C-A-Down) MoveRelativeVert 3
81
82 kbind (A-F4) Close
83
84 kbind (W-D) ToggleDecorations
85
86 kbind (A-Tab) NextWindowLinear
87 kbind (S-A-Tab) PreviousWindowLinear
88
89 [mouse]
90
91 # the distance a drag must go before it is recognized
92 #dragThreshold = 3
93
94 # the amount of time in milliseconds in which two clicks must occur to cause a
95 # doubleclick event
96 #doubleClickTime = 200
97
98 #mbind Context Event Button Action [Parameter]
99
100 mbind Titlebar Drag Left Move
101 mbind Handle Drag Left Move
102 mbind Frame Drag A-Left Move
103
104 mbind BLCorner Drag Left Resize
105 mbind BRCorner Drag Left Resize
106 mbind Frame Drag A-Right Resize
107
108 mbind Titlebar Click Left Raise
109 mbind Titlebar Press Middle Lower
110 mbind Handle Click Left Raise
111 mbind Handle Press Middle Lower
112 mbind Frame Click A-Left Raise
113 mbind Frame Click A-Right Lower
114
115 mbind Titlebar Press Left Focus
116 mbind Handle Press Left Focus
117 mbind BLCorner Press Left Focus
118 mbind BRCorner Press Left Focus
119 mbind Client Press Left Focus
120 mbind Client Press Middle Focus
121
122 mbind Titlebar DoubleClick Left ToggleShade
123 mbind Titlebar Click Up Shade
124 mbind Titlebar Click Down UnShade
125
126 mbind Maximize Click Left ToggleMaximizeFull
127 mbind Maximize Click Middle ToggleMaximizeVert
128 mbind Maximize Click Right ToggleMaximizeHorz
129 mbind Iconify Click Left Iconify
130 mbind Icon DoubleClick Left Close
131 mbind Close Click Left Close
132 mbind Close Click Middle Kill
133 mbind AllDesktops Click Left ToggleOmnipresent
134 mbind Shade Click Left ToggleShade
135
136 mbind Root Click Up NextDesktopWrap
137 mbind Root Click Down PreviousDesktopWrap
138 mbind Root Click A-Up NextDesktopWrap
139 mbind Root Click A-Down PreviousDesktopWrap
140 mbind Frame Click A-Up NextDesktopWrap
141 mbind Frame Click A-Down PreviousDesktopWrap
142 mbind Frame Click C-A-Up SendToNextDesktopWrap
143 mbind Frame Click C-A-Down SendToPreviousDesktopWrap
144
145 mbind Root Click Left execute "xterm"
This page took 0.049165 seconds and 5 git commands to generate.