107 lines
2.3 KiB
Plaintext
107 lines
2.3 KiB
Plaintext
:man source: wmfs 0.1rc4 (On The Run)
|
|
:man manual: manual of wmfs
|
|
wmfs(1)
|
|
=======
|
|
|
|
NAME
|
|
----
|
|
|
|
wmfs - Window Manager From Scratch
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
*wmfs* [*-v* | *--version*] [*-h* | *--help*] [ *-i* | *--info*]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
*WMFS* is a basic, lightweight and dynamic tiling windows manager for X.
|
|
|
|
|
|
OPTIONS
|
|
-------
|
|
*-v*, *--version*::
|
|
Print version information to standard output, then exit.
|
|
*-h*, *--help*::
|
|
Print help information, then exit.
|
|
*-i*, *--info*::
|
|
Print WMFS informations
|
|
|
|
DEFAULT KEY BINDINGS
|
|
---------------------
|
|
|
|
*Control + Return*::
|
|
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*::
|
|
Give the focus to the previous client
|
|
*Control + Right*::
|
|
Next tag
|
|
*Control + Left*::
|
|
Previous tag
|
|
*Control + Up*::
|
|
Next layout
|
|
*Control + Down*::
|
|
Previous layout
|
|
*Alt + l*::
|
|
Increase the mwfact (+0.025)
|
|
*Alt + h*::
|
|
Decrease the mwfact (-0.025)
|
|
|
|
|
|
*Control-Alt + Left*::
|
|
Move the selected client to the left
|
|
*Control-Alt + Right*::
|
|
Move the selected client to the right
|
|
*Control-Alt + Up*::
|
|
Up the selected client
|
|
*Control-Alt + Down*::
|
|
Down the selected client
|
|
|
|
|
|
*Shift+Alt + Left*::
|
|
Decrease the selected client size (horizontally)
|
|
*Shift+Alt + Right*::
|
|
Increase the selected client size (horizontally)
|
|
*Shift+Alt + Up*::
|
|
Decrease the selected client size (vertically)
|
|
*Shift+Alt + Down*::
|
|
Increase the selected client size (vertically)
|
|
|
|
*Alt + F[1..9]*::
|
|
Change tag view
|
|
*Control-Shift +F[1..9]*::
|
|
Transfert the selected client to the wanted tag
|
|
|
|
CONFIGURATION
|
|
-------------
|
|
WMFS is configured by '$HOME/.config/wmfs/wmfsrc'.
|
|
|
|
BUGS
|
|
----
|
|
WMFS isn't stable for now. So it certainly contains some bugs.
|
|
|
|
AUTHORS
|
|
-------
|
|
Martin Duquesnoy <xorg62@gmail.com> for the code.
|
|
|
|
WWW
|
|
---
|
|
Main site: http://wmfs.malikania.org
|
|
Bug tracker: http://wmfs.malikania.org/projects/wmfs/issues
|
|
|
|
COPYING
|
|
-------
|
|
WMFS is under the BSD license. See COPYING for more informations.
|
|
|