add autofocus in man & wmfsrc
This commit is contained in:
parent
d7adef7bd1
commit
7ee4d47cf8
3
wmfs.1
3
wmfs.1
@ -427,6 +427,9 @@ mouse actions on client\&.
|
|||||||
.PP
|
.PP
|
||||||
\fB\ padding:\fR
|
\fB\ padding:\fR
|
||||||
enable padding between clients. default is 0\&.
|
enable padding between clients. default is 0\&.
|
||||||
|
.PP
|
||||||
|
\fB\ autofocus:\fR
|
||||||
|
give focus to new created clients. default is false\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.RE
|
.RE
|
||||||
|
|||||||
8
wmfsrc
8
wmfsrc
@ -91,6 +91,7 @@
|
|||||||
|
|
||||||
[tags]
|
[tags]
|
||||||
|
|
||||||
|
# Tag wrapping navigation
|
||||||
circular = false
|
circular = false
|
||||||
|
|
||||||
# Use no screen option or screen = -1 to set tag on each screen
|
# Use no screen option or screen = -1 to set tag on each screen
|
||||||
@ -117,8 +118,11 @@
|
|||||||
|
|
||||||
[client]
|
[client]
|
||||||
|
|
||||||
# Padding betwen clients (default: 0) :
|
# Padding between clients (default: 0) :
|
||||||
padding = 75
|
#padding = 75
|
||||||
|
|
||||||
|
# Give focus to new created client (default = false)
|
||||||
|
autofocus = false
|
||||||
|
|
||||||
theme = "default"
|
theme = "default"
|
||||||
key_modifier = "Super"
|
key_modifier = "Super"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user