diff options
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-remote.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-remote.txt b/doc/asciidoc/fluxbox-remote.txt new file mode 100644 index 0000000..220f794 --- /dev/null +++ b/doc/asciidoc/fluxbox-remote.txt | |||
@@ -0,0 +1,40 @@ | |||
1 | fluxbox-remote(1) | ||
2 | =============== | ||
3 | Mark Tiefenbruck <mark@fluxbox.org> | ||
4 | v1.0.0, 6 August, 2008 | ||
5 | |||
6 | NAME | ||
7 | ---- | ||
8 | fluxbox-remote - command line access to key commands for fluxbox(1) | ||
9 | |||
10 | SYNOPSIS | ||
11 | -------- | ||
12 | *fluxbox-remote* 'command' | ||
13 | |||
14 | DESCRIPTION | ||
15 | ----------- | ||
16 | 'fluxbox-remote(1)' is designed to allow scripts to execute most key commands from 'fluxbox(1)'. 'fluxbox-remote(1)' will only work with 'fluxbox(1)': its communications with 'fluxbox(1)' are not standardized in any way. It is recommended that a standards-based tool such as 'wmctrl(1)' be used whenever possible, in order for scripts to work with other window managers. | ||
17 | |||
18 | CAVEATS | ||
19 | ------- | ||
20 | 'fluxbox-remote(1)' uses the X11 protocol to communicate with 'fluxbox(1)'. | ||
21 | Therefore, it is possible for any user with access to the 'X(7)' server to use | ||
22 | 'fluxbox-remote(1)'. For this reason, several key commands have been disabled. | ||
23 | Users should be aware of the security implications when enabling | ||
24 | 'fluxbox-remote(1)', especially when using a forwarded 'X(7)' connection. | ||
25 | |||
26 | RESOURCES | ||
27 | --------- | ||
28 | session.screen0.allowRemoteActions: <boolean>:: | ||
29 | This resource in ~/.fluxbox/init must be set to `true' in order for | ||
30 | 'fluxbox-remote(1)' to function. Please read the *CAVEATS* first. | ||
31 | |||
32 | ENVIRONMENT | ||
33 | ----------- | ||
34 | In order to communicate with 'fluxbox(1)', the DISPLAY environment variable must | ||
35 | be set properly. Usually, the value should be `:0.0'. | ||
36 | |||
37 | SEE ALSO | ||
38 | -------- | ||
39 | fluxbox(1), fluxbox-keys(5), wmctrl(1) | ||
40 | |||