Browse Source

add autofocus in man & wmfsrc

arnault 12 years ago
parent
commit
7ee4d47cf8
2 changed files with 9 additions and 2 deletions
  1. 3 0
      wmfs.1
  2. 6 2
      wmfsrc

+ 3 - 0
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

+ 6 - 2
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"