From 7ee4d47cf8923ebefa2ef9ad8bc470924be283cb Mon Sep 17 00:00:00 2001 From: arnault Date: Thu, 3 May 2012 14:04:31 +0200 Subject: [PATCH] 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"