diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-06 10:45:23 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-06 10:45:23 (GMT) |
commit | ed2a4580d1105ec0839a048a25292c40a0e12f24 (patch) | |
tree | a0cc6a364d67d76ea616d7307a07f08d40317f8a /doc/fluxbox-remote.1 | |
parent | c52a84a1704a2963b3d454a43617d8911778fb72 (diff) | |
download | fluxbox-ed2a4580d1105ec0839a048a25292c40a0e12f24.zip fluxbox-ed2a4580d1105ec0839a048a25292c40a0e12f24.tar.bz2 |
created new fluxbox-remote man page
Diffstat (limited to 'doc/fluxbox-remote.1')
-rw-r--r-- | doc/fluxbox-remote.1 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/fluxbox-remote.1 b/doc/fluxbox-remote.1 new file mode 100644 index 0000000..0a7457c --- /dev/null +++ b/doc/fluxbox-remote.1 | |||
@@ -0,0 +1,39 @@ | |||
1 | .\" Title: fluxbox-remote | ||
2 | .\" Author: | ||
3 | .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> | ||
4 | .\" Date: 08/06/2008 | ||
5 | .\" Manual: | ||
6 | .\" Source: | ||
7 | .\" | ||
8 | .TH "FLUXBOX\-REMOTE" "1" "08/06/2008" "" "" | ||
9 | .\" disable hyphenation | ||
10 | .nh | ||
11 | .\" disable justification (adjust text to left margin only) | ||
12 | .ad l | ||
13 | .SH "NAME" | ||
14 | fluxbox-remote - command line access to key commands for fluxbox(1) | ||
15 | .SH "SYNOPSIS" | ||
16 | \fBfluxbox\-remote\fR \fIcommand\fR | ||
17 | .sp | ||
18 | .SH "DESCRIPTION" | ||
19 | \fIfluxbox\-remote(1)\fR is designed to allow scripts to execute most key commands from \fIfluxbox(1)\fR\. \fIfluxbox\-remote(1)\fR will only work with \fIfluxbox(1)\fR: its communications with \fIfluxbox(1)\fR are not standardized in any way\. It is recommended that a standards\-based tool such as \fIwmctrl(1)\fR be used whenever possible, in order for scripts to work with other window managers\. | ||
20 | .sp | ||
21 | .SH "CAVEATS" | ||
22 | \fIfluxbox\-remote(1)\fR uses the X11 protocol to communicate with \fIfluxbox(1)\fR\. Therefore, it is possible for any user with access to the \fIX(7)\fR server to use \fIfluxbox\-remote(1)\fR\. For this reason, several key commands have been disabled\. Users should be aware of the security implications when enabling \fIfluxbox\-remote(1)\fR, especially when using a forwarded \fIX(7)\fR connection\. | ||
23 | .sp | ||
24 | .SH "RESOURCES" | ||
25 | .PP | ||
26 | session\.screen0\.allowRemoteActions: <boolean> | ||
27 | .RS 4 | ||
28 | This resource in ~/\.fluxbox/init must be set to `true\' in order for | ||
29 | \fIfluxbox\-remote(1)\fR | ||
30 | to function\. Please read the | ||
31 | \fBCAVEATS\fR | ||
32 | first\. | ||
33 | .RE | ||
34 | .SH "ENVIRONMENT" | ||
35 | In order to communicate with \fIfluxbox(1)\fR, the DISPLAY environment variable must be set properly\. Usually, the value should be `:0\.0\'\. | ||
36 | .sp | ||
37 | .SH "SEE ALSO" | ||
38 | fluxbox(1), fluxbox\-keys(5), wmctrl(1) | ||
39 | .sp | ||