diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-20 11:14:36 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-11-01 10:04:03 (GMT) |
commit | 78cdf212db32de98bf145fbe837851ecb02255a1 (patch) | |
tree | ab9e2577934fa4de7ced9cc299049838f812d3fd /doc/asciidoc | |
parent | ec54f949cd24b29a63752ba999bce729b580f9b3 (diff) | |
download | fluxbox_paul-78cdf212db32de98bf145fbe837851ecb02255a1.zip fluxbox_paul-78cdf212db32de98bf145fbe837851ecb02255a1.tar.bz2 |
Update documentation for the slit clientlist
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index fab73d9..7e32fc6 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -806,28 +806,6 @@ All changes take effect immediately. Here are the settings: | |||
806 | to you slitlist located in *~/.fluxbox/slitlist*. See the next section for | 806 | to you slitlist located in *~/.fluxbox/slitlist*. See the next section for |
807 | details. | 807 | details. |
808 | 808 | ||
809 | Slitlist File | ||
810 | ~~~~~~~~~~~~~ | ||
811 | fluxbox's slitlist file is available for those that use dockapps in the slit. | ||
812 | This file helps fluxbox keep track of the *order* of the dockapps when in the | ||
813 | slit. The file is generally located at *~/.fluxbox/slitlist*. | ||
814 | |||
815 | A simple procedure for getting the slit sequences the way you like it is: | ||
816 | 1. Run fluxbox with no pre-loaded dockapps | ||
817 | 2. Run dockapps individually in the order you want them | ||
818 | 3. Add dockapps to your *startfluxbox(1)* script | ||
819 | |||
820 | |||
821 | This sequence will be saved by default to *~/.fluxbox/slitlist* and will be | ||
822 | remembered for future instances of fluxbox. | ||
823 | |||
824 | Users are free to manually edit the slitlist file. It is a simple list of window | ||
825 | names, as given by *xprop(1)*, one per dockapp. Similar to the init file it should | ||
826 | not be edited while fluxbox is running. Otherwise changes may get overwritten. | ||
827 | |||
828 | The user also has the option of choosing a different path for the slitlist file, | ||
829 | by setting the *session.session0.slitlistFile* resource. | ||
830 | |||
831 | LAYERS | 809 | LAYERS |
832 | ------ | 810 | ------ |
833 | Layers affect the way that windows will overlap each other on the screen. | 811 | Layers affect the way that windows will overlap each other on the screen. |
@@ -903,6 +881,21 @@ application is maximized. | |||
903 | + | 881 | + |
904 | Default: *False* | 882 | Default: *False* |
905 | 883 | ||
884 | *session.screen0.slit.clientList* = { 'string', 'string', ... }:: | ||
885 | This resource is available for those that use dockapps in the slit. It helps | ||
886 | fluxbox keep track of the *order* of the dockapps when in the slit. | ||
887 | + | ||
888 | A simple procedure for getting the slit sequences the way you like it is: | ||
889 | 1. Run fluxbox with no pre-loaded dockapps | ||
890 | 2. Run dockapps individually in the order you want them | ||
891 | 3. Add dockapps to your *startfluxbox(1)* script | ||
892 | + | ||
893 | This sequence will be saved to this resource and will be remembered for future | ||
894 | instances of fluxbox. It is a simple list of window names, as given by | ||
895 | *xprop(1)*, one per dockapp. | ||
896 | + | ||
897 | Default: *{}* | ||
898 | |||
906 | *session.screen0.toolbar.height*: 'integer':: | 899 | *session.screen0.toolbar.height*: 'integer':: |
907 | Set the height of the toolbar. If the value is set to 0, the style file | 900 | Set the height of the toolbar. If the value is set to 0, the style file |
908 | will gain control over the toolbar height. It is possible to set a fixed | 901 | will gain control over the toolbar height. It is possible to set a fixed |