diff options
author | fluxgen <fluxgen> | 2002-01-04 20:45:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-04 20:45:35 (GMT) |
commit | 502f1a959cf14691097d2fcdefc5afdcf8e706d5 (patch) | |
tree | 85775d2bb9f2f0718ad2075b20b0e321937e6fc4 /doc | |
parent | 900e6da0f29399a1ae2936819df6750c3daa3db0 (diff) | |
download | fluxbox-502f1a959cf14691097d2fcdefc5afdcf8e706d5.zip fluxbox-502f1a959cf14691097d2fcdefc5afdcf8e706d5.tar.bz2 |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fluxbox.1.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 60cc00c..63b4155 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -669,7 +669,7 @@ Fluxbox 0.1.5 has new keybinding code, and you can customise it through the | |||
669 | .IR ~/.fluxbox/keys | 669 | .IR ~/.fluxbox/keys |
670 | file. The file takes the format of : | 670 | file. The file takes the format of : |
671 | .EX | 671 | .EX |
672 | <modifier> <key> :<operation> | 672 | <modifier> <key> [...] :<operation> |
673 | .EE | 673 | .EE |
674 | In the example below, Mod1 is the 'Alt' key on the PC keyboard and Mod4 is | 674 | In the example below, Mod1 is the 'Alt' key on the PC keyboard and Mod4 is |
675 | one of the three extra keys on a pc104 branded with a sickening corporate logo. | 675 | one of the three extra keys on a pc104 branded with a sickening corporate logo. |
@@ -692,7 +692,10 @@ Mod4 c :Minimize | |||
692 | Mod4 r :ExecCommand rxvt | 692 | Mod4 r :ExecCommand rxvt |
693 | Mod4 v :NextWorkspace | 693 | Mod4 v :NextWorkspace |
694 | Mod4 x :Close | 694 | Mod4 x :Close |
695 | Control n Mod1 n :NextTab | ||
695 | .EE | 696 | .EE |
697 | As you can see from the last line, keybinds can be chained in a fashion similar | ||
698 | to emacs keybindings. | ||
696 | .SH TITLEBAR FILE | 699 | .SH TITLEBAR FILE |
697 | Fluxbox lets you customise the button layout on the window titlebar. This is | 700 | Fluxbox lets you customise the button layout on the window titlebar. This is |
698 | done by modifying the | 701 | done by modifying the |
@@ -727,7 +730,7 @@ Of course to use the slit you must have slit support compiled in. | |||
727 | .SH RESOURCE FILE | 730 | .SH RESOURCE FILE |
728 | Usually the | 731 | Usually the |
729 | .I ~/.fluxboxrc | 732 | .I ~/.fluxboxrc |
730 | resource file is created and maintained bij Fluxbox itself. | 733 | resource file is created and maintained by Fluxbox itself. |
731 | All options from the | 734 | All options from the |
732 | .B [config] | 735 | .B [config] |
733 | menu, the last selected style file, your workspace names and | 736 | menu, the last selected style file, your workspace names and |
@@ -865,6 +868,12 @@ This should also be done via the Configuration/Tab Placement menu. | |||
865 | .B session.screen0.tab.rotatevertical: | 868 | .B session.screen0.tab.rotatevertical: |
866 | If True, will rotate text on the tab so it is readable on vertically- | 869 | If True, will rotate text on the tab so it is readable on vertically- |
867 | placed tabs. Once again, use the Configuration/Tab Placement menu. | 870 | placed tabs. Once again, use the Configuration/Tab Placement menu. |
871 | .TP | ||
872 | .B session.screen0.tab.width: | ||
873 | Width of window tabs in pixels. | ||
874 | .TP | ||
875 | .B session.screen0.tab.height: | ||
876 | Height of window tabs in pixels. | ||
868 | .PP | 877 | .PP |
869 | When running Fluxbox in a multiple desktop environment the | 878 | When running Fluxbox in a multiple desktop environment the |
870 | .B screen0 | 879 | .B screen0 |