diff options
author | Bob Ham <bob.ham@collabora.com> | 2016-01-12 10:21:48 +0000 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-01-12 09:24:05 -0600 |
commit | 744e65317d13bf97d66e834399df3d609ee1fbda (patch) | |
tree | 1fdcaa24a74058750e3d2f62421677c65e432e13 /man | |
parent | 91880f1e9e612eecfeb192343378da24088fc694 (diff) |
desktop-shell: Make zapping configurable
Add a new boolean weston.ini option, "allow-zap" to enable or disable
the Ctrl-Alt-Backspace key combination.
Signed-off-by: Bob Ham <bob.ham@collabora.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index 4f97c4d0..6ebe68a3 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -258,6 +258,10 @@ sets the effect used with the focused and unfocused windows. Can be .B none. By default, no animation is used. .TP 7 +.BI "allow-zap=" true +whether the shell should quit when the Ctrl-Alt-Backspace key combination is +pressed +.TP 7 .BI "binding-modifier=" ctrl sets the modifier key used for common bindings (string), such as moving surfaces, resizing, rotating, switching, closing and setting the transparency |