aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarnault <contact@arpinux.org>2012-05-03 14:04:31 +0200
committerarnault <contact@arpinux.org>2012-05-03 14:04:31 +0200
commit7ee4d47cf8923ebefa2ef9ad8bc470924be283cb (patch)
tree9bed69f1ede81cbe031e5ba356fb7c86cf696e1b
parentd7adef7bd1fb99f4aa65b05de7ba7cf434c5b589 (diff)
downloadwmfs-7ee4d47cf8923ebefa2ef9ad8bc470924be283cb.zip
wmfs-7ee4d47cf8923ebefa2ef9ad8bc470924be283cb.tar.gz
wmfs-7ee4d47cf8923ebefa2ef9ad8bc470924be283cb.tar.bz2
add autofocus in man & wmfsrc
-rw-r--r--wmfs.13
-rw-r--r--wmfsrc8
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"