Modif du man pour le compléter et pour modifier quelques trucs

Signed-off-by: Youssef <ydb.feu@gmail.com>
This commit is contained in:
Youssef 2008-09-26 23:03:01 +02:00 committed by Marc Lagrange
parent 2c17402d99
commit e3cc2d7e9a
2 changed files with 16 additions and 10 deletions

View File

@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION DESCRIPTION
----------- -----------
*Wmfs* is a very lightweight and dynamic tiling windows manager for X. *WMFS* is a (not so) basic, lightweight and dynamic tiling windows manager for X.
OPTIONS OPTIONS
@ -24,19 +24,21 @@ OPTIONS
*-h*, *--help*:: *-h*, *--help*::
Print help information, then exit. Print help information, then exit.
*-i*, *--info*:: *-i*, *--info*::
Print wmfs information Print WMFS information
DEFAULT KEY BINDINGS DEFAULT KEY BINDINGS
--------------------- ---------------------
*Control + Return*:: *Control + Return*::
Run a terminal Run a terminal (urxvt by default)
*Alt + q*:: *Alt + q*::
Quit the selected client Quit the selected client
*Control-Alt-Shift + q*:: *Control-Alt-Shift + q*::
Exit WMFS Exit WMFS
*Control + m *:: *Control + m *::
Toggle maximize the selected client Toggle maximize the selected client
*Control + b *::
Toggle the bar position between top and bottom
*Alt + Tab*:: *Alt + Tab*::
Give the focus to the next client Give the focus to the next client
*Alt-Shift + Tab*:: *Alt-Shift + Tab*::
@ -49,11 +51,12 @@ DEFAULT KEY BINDINGS
Next layout Next layout
*Control + Down*:: *Control + Down*::
Previous layout Previous layout
*Alt-Shift + l*:: *Alt + l*::
Increase the mwfact (+0.025) Increase the mwfact (+0.025)
*Alt-Shift + h*:: *Alt + h*::
Decrease the mwfact (-0.025) Decrease the mwfact (-0.025)
*Control-Alt + Left*:: *Control-Alt + Left*::
Move the selected client to the left Move the selected client to the left
*Control-Alt + Right*:: *Control-Alt + Right*::
@ -63,6 +66,7 @@ DEFAULT KEY BINDINGS
*Control-Alt + Down*:: *Control-Alt + Down*::
Down the selected client Down the selected client
*Shift+Alt + Left*:: *Shift+Alt + Left*::
Decrease the selected client size (horizontally) Decrease the selected client size (horizontally)
*Shift+Alt + Right*:: *Shift+Alt + Right*::
@ -79,11 +83,11 @@ DEFAULT KEY BINDINGS
CONFIGURATION CONFIGURATION
------------- -------------
*Wmfs* is configured by '$HOME/.wmfsrc' WMFS is configured by '~/.config/wmfs/wmfsrc'.
BUGS BUGS
---- ----
WMFS isn't stable for now. WMFS isn't stable for now. So it certainly contains some bugs.
AUTHORS AUTHORS
------- -------
@ -91,11 +95,13 @@ Marc Lagrange <markocpc@gmail.com> for the build system and Gentoo ebuilds.
Martin Duquesnoy <xorg62@gmail.com> for the code. Martin Duquesnoy <xorg62@gmail.com> for the code.
Youssef Bocus <ydb.feu@gmail.com> for hard testing.
WWW WWW
--- ---
http://wmfs.sangor.net/ http://wmfs.sangor.net/
COPYING COPYING
------- -------
Wmfs is under the BSD license. See COPYING for more informations. WMFS is under the BSD license. See COPYING for more informations.

4
wmfsrc
View File

@ -100,8 +100,8 @@ keys
key { mod = {"Control"} key = "Left" func = "tag" cmd = "-1" } key { mod = {"Control"} key = "Left" func = "tag" cmd = "-1" }
key { mod = {"Control"} key = "Up" func = "layoutswitch" cmd = "+" } key { mod = {"Control"} key = "Up" func = "layoutswitch" cmd = "+" }
key { mod = {"Control"} key = "Down" func = "layoutswitch" cmd = "-" } key { mod = {"Control"} key = "Down" func = "layoutswitch" cmd = "-" }
key { mod = {"Alt", "Shift"} key = "l" func = "set_mwfact" cmd = "+0.025" } key { mod = {"Alt"} key = "l" func = "set_mwfact" cmd = "+0.025" }
key { mod = {"Alt", "Shift"} key = "h" func = "set_mwfact" cmd = "-0.025" } key { mod = {"Alt"} key = "h" func = "set_mwfact" cmd = "-0.025" }
# moving client keybind # moving client keybind