diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-07-23 14:39:44 (GMT) |
---|---|---|
committer | Thomas Lübking <thomas.luebking@gmail.com> | 2016-07-23 14:58:04 (GMT) |
commit | baaf477d46e619127b91faf59be2cf2c2c95afff (patch) | |
tree | 002803a3f3b270591fb9fb0a157f95552d536b4f /doc | |
parent | 8094f4d1a9b48c1edb8d39386e4788e0eb284ae6 (diff) | |
download | fluxbox-baaf477d46e619127b91faf59be2cf2c2c95afff.zip fluxbox-baaf477d46e619127b91faf59be2cf2c2c95afff.tar.bz2 |
add support for dedicated completion data
This allows to complete random things, useful along the -print flag but
also to limit the commands to those found my menumaker etc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fbrun.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/asciidoc/fbrun.txt b/doc/asciidoc/fbrun.txt index 113f79e..cc790f9 100644 --- a/doc/asciidoc/fbrun.txt +++ b/doc/asciidoc/fbrun.txt | |||
@@ -69,6 +69,10 @@ OPTIONS | |||
69 | *-hf* 'filename':: | 69 | *-hf* 'filename':: |
70 | History file to load. The default is *~/.fluxbox/fbrun_history*. | 70 | History file to load. The default is *~/.fluxbox/fbrun_history*. |
71 | 71 | ||
72 | *-cf* 'filename':: | ||
73 | Completion data to load. The default is empty. If no data can be loaded, | ||
74 | completion defaults to executables in $PATH | ||
75 | |||
72 | *-preselect*:: | 76 | *-preselect*:: |
73 | Select the preset text given by the *-text* parameter | 77 | Select the preset text given by the *-text* parameter |
74 | 78 | ||