From e3cc2d7e9a6c1035549f149ba4e7e3bcc41f9be9 Mon Sep 17 00:00:00 2001 From: Youssef Date: Fri, 26 Sep 2008 23:03:01 +0200 Subject: [PATCH] =?UTF-8?q?Modif=20du=20man=20pour=20le=20compl=C3=A9ter?= =?UTF-8?q?=20et=20pour=20modifier=20quelques=20trucs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Youssef --- wmfs.1.txt | 22 ++++++++++++++-------- wmfsrc | 4 ++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/wmfs.1.txt b/wmfs.1.txt index de37f94..a58945d 100644 --- a/wmfs.1.txt +++ b/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 for the build system and Gentoo ebuilds. Martin Duquesnoy for the code. +Youssef Bocus 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. diff --git a/wmfsrc b/wmfsrc index 0c5b0ac..fe4d760 100644 --- a/wmfsrc +++ b/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