From 86d69595d958d5cca77586cfc3744ca08958644f Mon Sep 17 00:00:00 2001 From: arnault Date: Wed, 2 May 2012 17:08:28 +0200 Subject: [PATCH 1/2] add circular & tabbing in man --- wmfs.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wmfs.1 b/wmfs.1 index 162feca..85ad1db 100644 --- a/wmfs.1 +++ b/wmfs.1 @@ -2,7 +2,7 @@ .\" dev: xorg62 .\" man: arpinux .\" -.TH "WMFS" "1" "2012/04/20" "wmfs" "manual of wmfs" +.TH "WMFS" "1" "2012/05/02" "wmfs" "manual of wmfs" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -394,6 +394,9 @@ names of the statusbar theme\&. .RE \fB\ [tags]\fR .RS 2 +\fB\ circular:\fR +enable tag wrapping. default is true\&. +.PP \fB\ screen:\fR screen to display tag. use no screen option or screen =\fB -1\fR to set tag on each screen\&. .PP @@ -421,6 +424,9 @@ select the focus mouse options; enter=focus follow mouse, click=click to focus, .PP \fB\ mousebinds:\fR mouse actions on client\&. +.PP +\fB\ padding:\fR +enable padding between clients. default is 0\&. .RE .PP .RE From 7ee4d47cf8923ebefa2ef9ad8bc470924be283cb Mon Sep 17 00:00:00 2001 From: arnault Date: Thu, 3 May 2012 14:04:31 +0200 Subject: [PATCH 2/2] add autofocus in man & wmfsrc --- wmfs.1 | 3 +++ wmfsrc | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/wmfs.1 b/wmfs.1 index 85ad1db..330163e 100644 --- a/wmfs.1 +++ b/wmfs.1 @@ -427,6 +427,9 @@ mouse actions on client\&. .PP \fB\ padding:\fR enable padding between clients. default is 0\&. +.PP +\fB\ autofocus:\fR +give focus to new created clients. default is false\&. .RE .PP .RE diff --git a/wmfsrc b/wmfsrc index f851c8b..7328f99 100644 --- a/wmfsrc +++ b/wmfsrc @@ -91,6 +91,7 @@ [tags] + # Tag wrapping navigation circular = false # Use no screen option or screen = -1 to set tag on each screen @@ -117,8 +118,11 @@ [client] - # Padding betwen clients (default: 0) : - padding = 75 + # Padding between clients (default: 0) : + #padding = 75 + + # Give focus to new created client (default = false) + autofocus = false theme = "default" key_modifier = "Super"