diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | doc/info/mds.texinfo | 19 |
2 files changed, 20 insertions, 0 deletions
@@ -23,6 +23,7 @@ Extra servers: Missing commands: reg clip screenshot slay + chvt conf Command line interface for reconfiguring servers Need testing: diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 5603369..96a7e1c 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -777,6 +777,7 @@ Command: keyboard-enumeration\n * mds-clip:: The clipboard control command. * mds-screenshot:: The screenshot utility. * mds-slay:: The process killing utility. +* mds-chvt:: Utility for switching virtual terminal. * External Utilities:: Suggestion on utilities you can utilise. @end menu @@ -1036,6 +1037,24 @@ The the ID of the selected window. +@node mds-chvt +@section @command{mds-chvt} + +@command{mds-chvt} is a utility similar to the command +@command{chvt} from the @command{kbd} project. However, +@command{mds-chvt} has setuid and therefore does not +require root permissions, but it will only request a +virtual terminal switch if the display server's virtual +terminal is in the foreground. @command{mds-chvt} +recognises the following options: + +@table @option +@item --switch=VT +Switch to the virtual terminal with the index @var{VT}. +@end table + + + @node External Utilities @section External Utilities |