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:
parent
2c17402d99
commit
e3cc2d7e9a
22
wmfs.1.txt
22
wmfs.1.txt
@ -14,7 +14,7 @@ SYNOPSIS
|
||||
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
|
||||
@ -24,19 +24,21 @@ OPTIONS
|
||||
*-h*, *--help*::
|
||||
Print help information, then exit.
|
||||
*-i*, *--info*::
|
||||
Print wmfs information
|
||||
Print WMFS information
|
||||
|
||||
DEFAULT KEY BINDINGS
|
||||
---------------------
|
||||
|
||||
*Control + Return*::
|
||||
Run a terminal
|
||||
Run a terminal (urxvt by default)
|
||||
*Alt + q*::
|
||||
Quit the selected client
|
||||
*Control-Alt-Shift + q*::
|
||||
Exit WMFS
|
||||
*Control + m *::
|
||||
Toggle maximize the selected client
|
||||
*Control + b *::
|
||||
Toggle the bar position between top and bottom
|
||||
*Alt + Tab*::
|
||||
Give the focus to the next client
|
||||
*Alt-Shift + Tab*::
|
||||
@ -49,11 +51,12 @@ DEFAULT KEY BINDINGS
|
||||
Next layout
|
||||
*Control + Down*::
|
||||
Previous layout
|
||||
*Alt-Shift + l*::
|
||||
*Alt + l*::
|
||||
Increase the mwfact (+0.025)
|
||||
*Alt-Shift + h*::
|
||||
*Alt + h*::
|
||||
Decrease the mwfact (-0.025)
|
||||
|
||||
|
||||
*Control-Alt + Left*::
|
||||
Move the selected client to the left
|
||||
*Control-Alt + Right*::
|
||||
@ -63,6 +66,7 @@ DEFAULT KEY BINDINGS
|
||||
*Control-Alt + Down*::
|
||||
Down the selected client
|
||||
|
||||
|
||||
*Shift+Alt + Left*::
|
||||
Decrease the selected client size (horizontally)
|
||||
*Shift+Alt + Right*::
|
||||
@ -79,11 +83,11 @@ DEFAULT KEY BINDINGS
|
||||
|
||||
CONFIGURATION
|
||||
-------------
|
||||
*Wmfs* is configured by '$HOME/.wmfsrc'
|
||||
WMFS is configured by '~/.config/wmfs/wmfsrc'.
|
||||
|
||||
BUGS
|
||||
----
|
||||
WMFS isn't stable for now.
|
||||
WMFS isn't stable for now. So it certainly contains some bugs.
|
||||
|
||||
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.
|
||||
|
||||
Youssef Bocus <ydb.feu@gmail.com> for hard testing.
|
||||
|
||||
WWW
|
||||
---
|
||||
http://wmfs.sangor.net/
|
||||
|
||||
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
4
wmfsrc
@ -100,8 +100,8 @@ keys
|
||||
key { mod = {"Control"} key = "Left" func = "tag" cmd = "-1" }
|
||||
key { mod = {"Control"} key = "Up" 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", "Shift"} key = "h" func = "set_mwfact" cmd = "-0.025" }
|
||||
key { mod = {"Alt"} key = "l" func = "set_mwfact" cmd = "+0.025" }
|
||||
key { mod = {"Alt"} key = "h" func = "set_mwfact" cmd = "-0.025" }
|
||||
|
||||
# moving client keybind
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user