diff options
author | Bob Ham <bob.ham@collabora.com> | 2016-01-12 10:21:47 +0000 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-01-12 09:21:28 -0600 |
commit | 91880f1e9e612eecfeb192343378da24088fc694 (patch) | |
tree | 8c98236530aed355e89d3e848a628a8147e7620a /man | |
parent | 5d43af3e8888f18a4982d980b8c760d9726a9a92 (diff) |
compositor-{drm, fbdev, rpi}: Make VT switching configurable
Add a new boolean weston.ini option, "vt-switching" to enable or
disable Ctrl-Alt-Fn key combinations.
Signed-off-by: Bob Ham <bob.ham@collabora.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
(Derek Foreman changed the prototype for switch_vt_binding to
have a weston_keyboard * instead of weston_seat *. The pointer
wasn't used, so this is just a warning fix.)
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index a9b60267..4f97c4d0 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -455,6 +455,12 @@ sets the default state of the numlock on weston startup for the backends which support it. .RE .RE +.TP 7 +.BI "vt-switching=" "true" +Whether to allow the use of Ctrl+Alt+Fn key combinations to switch away from +the compositor's virtual console. +.RE +.RE .SH "TERMINAL SECTION" Contains settings for the weston terminal application (weston-terminal). It allows to customize the font and shell of the command line interface. |