Merge branch 'master' of git://github.com/xorg62/wmfs
This commit is contained in:
commit
8b49878f50
11
wmfs.1
11
wmfs.1
@ -2,7 +2,7 @@
|
||||
.\" dev: xorg62
|
||||
.\" man: arpinux
|
||||
.\"
|
||||
.TH "WMFS" "1" "2012/04/20" "wmfs" "manual of wmfs"
|
||||
.TH "WMFS" "1" "2012/05/02" "wmfs" "manual of wmfs"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
@ -394,6 +394,9 @@ names of the statusbar theme\&.
|
||||
.RE
|
||||
\fB\ [tags]\fR
|
||||
.RS 2
|
||||
\fB\ circular:\fR
|
||||
enable tag wrapping. default is true\&.
|
||||
.PP
|
||||
\fB\ screen:\fR
|
||||
screen to display tag. use no screen option or screen =\fB -1\fR to set tag on each screen\&.
|
||||
.PP
|
||||
@ -421,6 +424,12 @@ select the focus mouse options; enter=focus follow mouse, click=click to focus,
|
||||
.PP
|
||||
\fB\ mousebinds:\fR
|
||||
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
|
||||
|
||||
8
wmfsrc
8
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user