diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-21 12:04:29 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-11-01 10:04:03 (GMT) |
commit | 69380c20441146d2095194b2c12fff5d31480cd3 (patch) | |
tree | 241953023527844932a34a9d5f045c446cabbe37 /doc/asciidoc/fluxbox.txt | |
parent | 3ab77bde5d4d5a9b3eb5cbb11c0a03bf17ad0e8d (diff) | |
download | fluxbox_pavel-69380c20441146d2095194b2c12fff5d31480cd3.zip fluxbox_pavel-69380c20441146d2095194b2c12fff5d31480cd3.tar.bz2 |
Documentation: update fluxbox(1) with the new default config file names
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 68bb69e..1f295bf 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -74,7 +74,7 @@ OPTIONS | |||
74 | Starting fluxbox with this option will designate a file in which you | 74 | Starting fluxbox with this option will designate a file in which you |
75 | want to log events to. | 75 | want to log events to. |
76 | *-rc* 'rcfile':: | 76 | *-rc* 'rcfile':: |
77 | Use a different config file other than the default *~/.fluxbox/init*. | 77 | Use a different config file other than the default *~/.fluxbox/init.lua*. |
78 | *-v*, *-version*:: | 78 | *-v*, *-version*:: |
79 | The version of fluxbox installed. | 79 | The version of fluxbox installed. |
80 | *-screen* all|'scr','scr'...:: | 80 | *-screen* all|'scr','scr'...:: |
@@ -105,7 +105,7 @@ file location, this is where you can provide a system-wide menu file for your | |||
105 | users. | 105 | users. |
106 | 106 | ||
107 | On exit or restart, fluxbox will save user defaults in the file | 107 | On exit or restart, fluxbox will save user defaults in the file |
108 | *~/.fluxbox/init*. Resources in this file can also be edited by hand, see the | 108 | *~/.fluxbox/init.lua*. Resources in this file can also be edited by hand, see the |
109 | *RESOURCES* section for more details. *fluxbox(1)* also has many tools to edit | 109 | *RESOURCES* section for more details. *fluxbox(1)* also has many tools to edit |
110 | these; look through the main menu once fluxbox has started to find different | 110 | these; look through the main menu once fluxbox has started to find different |
111 | ways of managing your session. | 111 | ways of managing your session. |
@@ -799,12 +799,11 @@ All changes take effect immediately. Here are the settings: | |||
799 | 255 is not transparent at all. | 799 | 255 is not transparent at all. |
800 | 800 | ||
801 | *Clients*::: | 801 | *Clients*::: |
802 | This submenu lets you reorder the the applications running in the | 802 | This submenu lets you reorder the the applications running in the slit. You |
803 | slit. You are able to hide apps from the slit by unselecting them in the | 803 | are able to hide apps from the slit by unselecting them in the list showing. |
804 | list showing. This will not kill the app. You can make them re-appear by | 804 | This will not kill the app. You can make them re-appear by selecting them in |
805 | selecting them in the list. The "Save SlitList" option saves the new order | 805 | the list. The "Save SlitList" option saves the new order to the |
806 | to you slitlist located in *~/.fluxbox/slitlist*. See the next section for | 806 | *session.screen0.slit.clientList* resource. |
807 | details. | ||
808 | 807 | ||
809 | LAYERS | 808 | LAYERS |
810 | ------ | 809 | ------ |
@@ -830,7 +829,7 @@ method is described in *fluxbox-apps(5)*. | |||
830 | 829 | ||
831 | RESOURCES | 830 | RESOURCES |
832 | --------- | 831 | --------- |
833 | Usually the *~/.fluxbox/init* resource file is created and maintained by | 832 | Usually the *~/.fluxbox/init.lua* resource file is created and maintained by |
834 | fluxbox itself. You can use the *Configure Menu*, mentioned above, to set most | 833 | fluxbox itself. You can use the *Configure Menu*, mentioned above, to set most |
835 | of these options. However, we'll cover all of the resource options that are | 834 | of these options. However, we'll cover all of the resource options that are |
836 | available to the user. If you edit this file while fluxbox is running, you must | 835 | available to the user. If you edit this file while fluxbox is running, you must |
@@ -1207,14 +1206,14 @@ be located in the user's *~/.fluxbox* directory. | |||
1207 | 1206 | ||
1208 | *session.screen0.windowMenu* = "'location'":: | 1207 | *session.screen0.windowMenu* = "'location'":: |
1209 | This optionally specifies the location of a user-defined window menu. If left | 1208 | This optionally specifies the location of a user-defined window menu. If left |
1210 | blank, it will use *~/.fluxbox/windowmenu*. | 1209 | blank, it will use *~/.fluxbox/windowmenu.lua*. |
1211 | + | 1210 | + |
1212 | Default: *blank* | 1211 | Default: *blank* |
1213 | 1212 | ||
1214 | ENVIRONMENT | 1213 | ENVIRONMENT |
1215 | ----------- | 1214 | ----------- |
1216 | *HOME*:: | 1215 | *HOME*:: |
1217 | fluxbox uses *$HOME* to find the .fluxbox/init file and to resolve style file | 1216 | fluxbox uses *$HOME* to find the .fluxbox/init.lua file and to resolve style file |
1218 | and -directory names. | 1217 | and -directory names. |
1219 | 1218 | ||
1220 | *DISPLAY*:: | 1219 | *DISPLAY*:: |