2005-12-18 18:55:06 +03:00
|
|
|
.TH WMIIR 1 wmii-3
|
2005-11-18 18:54:58 +03:00
|
|
|
.SH NAME
|
2005-12-12 17:16:23 +03:00
|
|
|
wmiir \- window manager improved 2 remote
|
2005-11-18 18:54:58 +03:00
|
|
|
.SH SYNOPSIS
|
2005-12-12 17:16:23 +03:00
|
|
|
.B wmiir
|
2005-11-18 18:54:58 +03:00
|
|
|
.RB [ \-s
|
|
|
|
.IR socketfile ]
|
|
|
|
.I action
|
|
|
|
.I action_arg
|
|
|
|
[...]
|
|
|
|
.br
|
2005-12-12 17:16:23 +03:00
|
|
|
.B wmiir
|
2005-11-18 18:54:58 +03:00
|
|
|
.RB [ \-s
|
|
|
|
.IR socketfile ]
|
|
|
|
.B \-f
|
|
|
|
.br
|
2005-12-12 17:16:23 +03:00
|
|
|
.B wmiir
|
2005-11-18 18:54:58 +03:00
|
|
|
.B \-v
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.SS Overview
|
2005-12-12 17:16:23 +03:00
|
|
|
.B wmiir
|
2005-12-18 18:55:06 +03:00
|
|
|
is a client to access wmii* fileservers for the command line and
|
2005-11-18 18:54:58 +03:00
|
|
|
scripts. It can be used to configure wmii(1).
|
|
|
|
.SS Options
|
|
|
|
.TP
|
|
|
|
.BI \-s " socketfile"
|
|
|
|
lets you specify the socketfile to which
|
2005-12-12 17:16:23 +03:00
|
|
|
.B wmiir
|
2005-11-18 18:54:58 +03:00
|
|
|
a connection will be established. If the environment variable
|
2005-12-18 18:55:06 +03:00
|
|
|
.B WMIIR_SOCKET
|
2005-12-12 17:16:23 +03:00
|
|
|
is set and points to a socket file, wmiir will use that file, if this
|
2005-11-18 18:54:58 +03:00
|
|
|
option is not supplied.
|
|
|
|
.TP
|
|
|
|
.B \-f
|
2005-12-12 17:16:23 +03:00
|
|
|
reads from stdin, useful for interactive wmiir sessions or for
|
2005-11-18 18:54:58 +03:00
|
|
|
scripts that write/read a bunch of data, because this speeds things up
|
|
|
|
due to missing process creation/destruction, ie., a hack.
|
|
|
|
.TP
|
|
|
|
.B \-v
|
|
|
|
prints version information to stderr, then exits.
|
|
|
|
.TP
|
|
|
|
The syntax of the actions is as follows:
|
|
|
|
.TP
|
|
|
|
.B create <path/file> [<value>]
|
|
|
|
creates file
|
|
|
|
.TP
|
|
|
|
.B write <file> <value>
|
|
|
|
writes value to a file
|
|
|
|
.TP
|
|
|
|
.B read <path/file>
|
|
|
|
reads file or directory contents
|
|
|
|
.TP
|
|
|
|
.B remove <path/file>
|
|
|
|
removes file or directory tree
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
.TP
|
2005-12-18 18:55:06 +03:00
|
|
|
WMIIR_SOCKET
|
2005-11-18 18:54:58 +03:00
|
|
|
See above.
|
|
|
|
.SH EXAMPLES
|
|
|
|
.TP
|
2005-12-12 17:16:23 +03:00
|
|
|
$ wmiir read /
|
2005-11-18 18:54:58 +03:00
|
|
|
This gives you an idea about what the wmii filesystem currently looks like.
|
|
|
|
.TP
|
2005-12-12 17:16:23 +03:00
|
|
|
$ wmiir write /wm/ctl quit
|
2005-11-18 18:54:58 +03:00
|
|
|
.SH SEE ALSO
|
2005-12-12 17:16:23 +03:00
|
|
|
.BR wmiibar (1),
|
|
|
|
.BR wmiifs (1),
|
2005-11-18 18:54:58 +03:00
|
|
|
.BR wmii (1),
|
|
|
|
.BR wmiiwm (1),
|
2005-12-12 17:16:23 +03:00
|
|
|
.BR wmiikeys (1),
|
|
|
|
.BR wmiimenu (1)
|