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"