diff options
author | infirit <[email protected]> | 2014-01-17 23:55:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-17 23:58:17 +0100 |
commit | 584cea3b7b944169135bb6bc2247f7d942b0225b (patch) | |
tree | cebd0d62a3b78c506a815f9c2744e68b227e55a2 /man/mate-gsettings-toggle.1 | |
parent | 3452ab2157e6fb1b16736af98dc9c4c56173c99e (diff) | |
download | mate-desktop-584cea3b7b944169135bb6bc2247f7d942b0225b.tar.bz2 mate-desktop-584cea3b7b944169135bb6bc2247f7d942b0225b.tar.xz |
Add manpage for mate-gsettings-toggle.
Diffstat (limited to 'man/mate-gsettings-toggle.1')
-rw-r--r-- | man/mate-gsettings-toggle.1 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/man/mate-gsettings-toggle.1 b/man/mate-gsettings-toggle.1 new file mode 100644 index 0000000..e8a5089 --- /dev/null +++ b/man/mate-gsettings-toggle.1 @@ -0,0 +1,42 @@ +.\" Copyright (C) Sander Sweers 2014 <[email protected]> +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH mate-gsettings-toggle 1 "2014\-01\-17" "MATE" +.SH NAME +.B mate-gsettings-toggle +\- wrapper for MATE gsettings keys +.SH SYNOPSIS +.B mate-gsettings-toggle +.RI KEY +.SH DESCRIPTION +.B mate-gsettings-toggle +is a small wrapper script around the gsettings command. +.P +Gsettings does not have toggle option which mateconftool-2 and gconftool-2 did. +mate-gsettings-toggle is a small wrapper around the gsettings command which adds +toggle functionality. +.SH OPTIONS +.B mate-gsettings-toggle +takes a limited set of gsettings keys that are in the org.mate.applications-at +SCHEMA. The keys can be one of: screen-keyboard-enabled screen-magnifier-enabled +screen-reader-enabled. +.SH AUTHORS +.B mate-gsettings-toggle +is written by Sander Sweers <[email protected]> +.P +This manual was written by Sander Sweers <[email protected]> for the MATE desktop +project. +.SH SEE ALSO +.BR "gsettings" (1) |