blob: 7699e35e3cdac2066700ec375d2c56243aa1a86b [file] [log] [blame]
Martin Minarikedc51c02013-01-18 18:44:29 +01001.\" shorthand for double quote that works everywhere.
2.ds q \N'34'
3.TH weston.ini 5 "2013-01-17" "Weston __version__"
4.SH NAME
5weston.ini \- configuration file for
6.B Weston
7\- the reference Wayland
8compositor
9.SH INTRODUCTION
10.B Weston
11obtains configuration from its command line parameters and the configuration
12file described here.
13.SH DESCRIPTION
14.B Weston
15uses a configuration file called
16.I weston.ini
17for its setup.
18The
19.I weston.ini
20configuration file is searched for in one of the following places when the
21server is started:
22.PP
23.RS 4
24.nf
25.BR "$XDG_CONFIG_HOME/weston.ini " "(if $XDG_CONFIG_HOME is set)"
26.BR "$HOME/.config/weston.ini " "(if $HOME is set)"
27.BR "<current dir>/weston.ini " "(if both variables were not set)"
28.fi
29.RE
30.PP
31where environment variable
32.B $HOME
33is the user's home directory, and
34.B $XDG_CONFIG_HOME
35is the user specific configuration directory.
36.PP
37The
38.I weston.ini
39file is composed of a number of sections which may be present in any order, or
40omitted to use default configuration values. Each section has the form:
41.PP
42.RS 4
43.nf
44.BI [ SectionHeader ]
45.RI Key1=Value1
46.RI Key2=Value2
47 ...
48.fi
49.RE
50.PP
51The spaces are significant.
52Comment lines are ignored:
53.PP
54.RS 4
55.nf
56.IR "#comment"
57.fi
58.RE
59.PP
60The section headers are:
61.PP
62.RS 4
63.nf
64.BR "core " "The core modules"
65.BR "shell " "Desktop customization"
66.BR "launcher " "Add launcher to the panel"
67.BR "screensaver " "Screensaver selection"
68.BR "output " "Output configuration"
69.BR "input-method " "Onscreen keyboard input"
70.BR "keyboard " "Keyboard layouts"
71.BR "terminal " "Terminal application options"
72.fi
73.RE
74.PP
75Possible value types are string, signed and unsigned 32-bit
76integer, and boolean. Strings must not be quoted, do not support any
77escape sequences, and run till the end of the line. Integers can
78be given in decimal (e.g. 123), octal (e.g. 0173), and hexadecimal
79(e.g. 0x7b) form. Boolean values can be only 'true' or 'false'.
80.RE
81.SH "CORE SECTION"
82The
83.B core
84section is used to select the startup compositor modules.
85.TP 7
86.BI "modules=" desktop-shell.so,xwayland.so
87specifies the modules to load (string). Available modules in the
88.IR "__weston_modules_dir__"
89directory are:
90.PP
91.RS 10
92.nf
93.BR desktop-shell.so
94.BR tablet-shell.so
95.BR xwayland.so
96.fi
97.RE
98.RS
99.PP
100
101.SH "SHELL SECTION"
102The
103.B shell
104section is used to customize the compositor. Some keys may not be handled by
105different shell plugins.
106.PP
107The entries that can appear in this section are:
108.TP 7
109.BI "background-image=" file
110sets the path for the background image file (string).
111.TP 7
112.BI "background-color=" 0xAARRGGBB
113sets the color of the background (unsigned integer). The hexadecimal
114digit pairs are in order alpha, red, green, and blue.
115.TP 7
116.BI "panel-color=" 0xAARRGGBB
117sets the color of the panel (unsigned integer). The hexadecimal
118digit pairs are in order transparency, red, green, and blue. Examples:
119.PP
120.RS 10
121.nf
122.BR "0xffff0000 " "Red"
123.BR "0xff00ff00 " "Green"
124.BR "0xff0000ff " "Blue"
125.BR "0x00ffffff " "Fully transparent"
126.fi
127.RE
128.TP 7
129.BI "locking=" true
130enables screen locking (boolean).
131.TP 7
132.BI "animation=" zoom
133sets the effect used for opening new windows (string). Can be
134.B zoom,
135.B fade.
136Otherwise, no animation is used.
137.TP 7
138.BI "binding-modifier=" ctrl
139sets the modifier key used for common bindings (string), such as moving
140surfaces, resizing, rotating, switching, closing and setting the transparency
141for windows, controlling the backlight and zooming the desktop. Possible values:
142ctrl, alt, super (default)
143.TP 7
144.BI "num-workspaces=" 6
145defines the number of workspaces (unsigned integer). The user can switch
146workspaces by using the
147binding+F1, F2 keys. If this key is not set, fall back to one workspace.
148.TP 7
149.BI "lockscreen-icon=" path
150sets the path to lock screen icon image (string). (tablet shell only)
151.TP 7
152.BI "lockscreen=" path
153sets the path to lock screen background image (string). (tablet shell only)
154.TP 7
155.BI "homescreen=" path
156sets the path to home screen background image (string). (tablet shell only)
157.RE
158.SH "LAUNCHER SECTION"
159There can be multiple launcher sections, one for each launcher.
160.TP 7
161.BI "icon=" icon
162sets the path to icon image (string). Svg images are not currently supported.
163.TP 7
164.BI "path=" program
165sets the path to the program that is run by clicking on this launcher (string).
166It is possible to pass arguments and environment variables to the program. For
167example:
168.nf
169.in +4n
170
171path=GDK_BACKEND=wayland gnome-terminal --full-screen
172.in
173.fi
174.PP
175.RE
176.SH "SCREENSAVER SECTION"
177The
178.B screensaver
179section is used to select and schedule a screensaver.
180The
181.B screensaver
182section is optional, as are all of the entries that may be specified in
183it.
184.TP 7
185.BI "path=" /usr/libexec/weston-screensaver
186This instructs the compositor to use the selected screensaver client on a given
187path (string). If this line is missing or commented out, the screensaver in
188.B "weston(1)"
189is disabled.
190.RE
191.TP 7
192.BI "duration=" 600
193The idle time in seconds until the screensaver disappears in order to save power
194(unsigned integer).
195.SH "OUTPUT SECTION"
196There can be multiple output sections, each corresponding to one output. It is
197currently only recognized by the drm and x11 backends.
198.TP 7
199.BI "name=" name
200sets a name for the output (string). The backend uses the name to
201identify the output. All X11 output names start with a letter X. The available
202output names for DRM backend are listed in the
203.B "weston-launch(1)"
204output.
205Examples of usage:
206.PP
207.RS 10
208.nf
209.BR "LVDS1 " "DRM backend, Laptop internal panel no.1"
210.BR "VGA1 " "DRM backend, VGA connector no.1"
211.BR "X1 " "X11 backend, X window no.1"
212.fi
213.RE
214.RS
215.PP
216See
217.B "weston-drm(7)"
218for more details.
219.RE
220.TP 7
221.BI "mode=" mode
222sets the output mode (string). The mode parameter is handled differently
223depending on the backend. On the X11 backend, it just sets the WIDTHxHEIGHT of
224the weston window.
225The DRM backend accepts different modes:
226.PP
227.RS 10
228.nf
229.BR "WIDTHxHEIGHT " "Resolution size width and height in pixels"
230.BR "preferred " "Uses the preferred mode"
231.BR "current " "Uses the current crt controller mode"
232.BR "off " "Disables the output"
233.fi
234.RE
235.RS
236.PP
237Optionally, an user may specify a modeline, such as:
238.PP
239.nf
240.in +4n
241.nf
242173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
243.fi
244.in
245.PP
246It consists of the refresh rate in Hz, horizontal and vertical resolution,
247options for horizontal and vertical synchronisation. The program
248.B "cvt(1)"
249can provide suitable modeline string.
250.RE
251.TP 7
252.BI "transform=" normal
253The transformation applied to screen output (string). The transform key can
254be one of the following 8 strings:
255.PP
256.RS 10
257.nf
258.BR "normal " "Normal output."
259.BR "90 " "90 degrees clockwise."
260.BR "180 " "Upside down."
261.BR "270 " "90 degrees counter clockwise."
262.BR "flipped " "Horizontally flipped"
263.BR "flipped-90 " "Flipped and 90 degrees clockwise"
264.BR "flipped-180 " "Flipped upside down"
265.BR "flipped-270 " "Flipped and 90 degrees counter clockwise"
266.fi
267.RE
268.SH "INPUT-METHOD SECTION"
269.TP 7
270.BI "path=" "/usr/libexec/weston-keyboard"
271sets the path of the on screen keyboard input method (string).
272.RE
273.RE
274.SH "KEYBOARD SECTION"
275This section contains the following keys:
276.TP 7
277.BI "keymap_rules=" "evdev"
278sets the keymap rules file (string). Used to map layout and model to input
279device.
280.RE
281.RE
282.TP 7
283.BI "keymap_model=" "pc105"
284sets the keymap model (string). See the Models section in
285.B "xkeyboard-config(7)."
286.RE
287.RE
288.TP 7
289.BI "keymap_layout=" "us,de,gb"
290sets the comma separated list of keyboard layout codes (string). See the
291Layouts section in
292.B "xkeyboard-config(7)."
293.RE
294.RE
295.TP 7
296.BI "keymap_variant=" "euro,,intl"
297sets the comma separated list of keyboard layout variants (string). The number
298of variants must be the same as the number of layouts above. See the Layouts
299section in
300.B "xkeyboard-config(7)."
301.RE
302.RE
303.TP 7
304.BI "keymap_options=" "grp:alt_shift_toggle,grp_led:scroll"
305sets the keymap options (string). See the Options section in
306.B "xkeyboard-config(7)."
307.RE
308.RE
309.SH "TERMINAL SECTION"
310Contains settings for the weston terminal application (weston-terminal). It
311allows to customize the font and shell of the command line interface.
312.TP 7
313.BI "font=" "DejaVu Sans Mono"
314sets the font of the terminal (string). For a good experience it is recommend
315to use monospace fonts. In case the font is not found, the default one is used.
316.RE
317.RE
318.TP 7
319.BI "font-size=" "14"
320sets the size of the terminal font (unsigned integer).
321.RE
322.RE
323.TP 7
324.BI "term=" "xterm-256color"
325The terminal shell (string). Sets the $TERM variable.
326.RE
327.RE
328.SH "SEE ALSO"
329.BR weston (1),
330.BR weston-launch (1),
331.BR weston-drm (7),
332.BR xkeyboard-config (7)