Changeset 3436
- Timestamp:
- 05/12/09 11:17:13 (4 years ago)
- File:
-
- 1 edited
-
neercs/trunk/doc/neercs.1 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/doc/neercs.1
r2484 r3436 1 .TH neercs 1 "200 8-06-20" "neercs"1 .TH neercs 1 "2009-05-12" "neercs" 2 2 .SH NAME 3 3 neercs \- text-mode window manager 4 4 .SH SYNOPSIS 5 \fBneercs\fR [\fI PROGRAM1\fR \fIPROGRAM2...]5 \fBneercs\fR [\fIOPTIONS\fR] [\fIPROGRAM1\fR \fIPROGRAM2\fR...] 6 6 .SH DESCRIPTION 7 7 .PP … … 11 11 ($SHELL environment variable). 12 12 .PP 13 \fBneercs\fR will search for a configuration file called /etc/neercs.conf, then \fB.neercsrc\fR in 14 your home directory (in that order). 13 .SH "COMMAND-LINE OPTIONS" 14 .PP 15 \fBneercs\fR has the following command-line options: 16 .TP 5 17 .BI "\-c " file 18 override the default configuration file to \fIfile\fP. Default is to try 19 \*Q/etc/neercs.conf\*U and \*Q$HOME/.neercsrc\*U. 20 .TP 5 21 .BI "\-P " pid 22 Grab a running process. 23 .TP 5 24 .B \-r \fR[ \fIsession \fR] 25 Reattach a session. 26 .TP 5 27 .B \-R \fR[ \fIsession \fR] 28 Reattach a session if possible, otherwise start a new session. 29 .TP 5 30 .BI "\-S " name 31 Name the session \fIname\fP instead of using the pid. 32 .PP 33 .SH CONFIGURATION FILE 34 The configuration file contains one setting per line in the form 35 \fIname\fR=\fIvalue\fR. 36 .PP 37 When a setting appears several times, last occurrence only is used. 38 .PP 39 When a setting as type \fIbool\fR, it will be true if the value is 1 40 or \fItrue\fR, false for any other value. 41 .PP 42 Valid settings are the following: 43 .TP 5 44 .BI window_manager= full|hsplit|vsplit|card 45 Use given window manager, default is vsplit. 46 .TP 5 47 .BI thumbnails= bool 48 Display thumbnails. 49 .TP 5 50 .BI status_bar= bool 51 Display status bar. 52 .TP 5 53 .BI screensaver_timeout= n 54 Start screensaver after \fIn\fR seconds of inactivity. 55 .TP 5 56 .BI autolock_timeout= n 57 Lock screen after \fIn\fR seconds of inactivity. 58 .TP 5 59 .BI socket_dir= dir 60 Store sockets in \fIdir\fP. Default location is taken from 61 \fBNEERCSDIR\fR environment variable if defined, or \fBTMPDIR\fR. 62 If this option is not set and none of these variables is defined, 63 \fI/tmp\fR will be used. 15 64 .SH EXAMPLES 16 65 .PP … … 20 69 \fBscreen(1)\fR 21 70 .SH AUTHOR 22 This manual page was written by Jean-Yves Lamoureux <jylam@lnxscene.org> 71 This manual page was written by Jean-Yves Lamoureux 72 <jylam@lnxscene.org> and updated by Pascal Terjan <pterjan@linuxfr.org>
Note: See TracChangeset
for help on using the changeset viewer.
