add infobar_toggle_hide in wmfsrc & man

This commit is contained in:
arnault 2012-05-04 20:48:46 +02:00
parent eed683ca00
commit 67c635f9be
2 changed files with 13 additions and 0 deletions

10
wmfs.1
View File

@ -68,6 +68,11 @@ Toggle free the selected client
Toggle ignore_tag the selected client Toggle ignore_tag the selected client
.RE .RE
.PP .PP
\fBSuper + Shift + h \fR
.RS 4
Toggle infobar visibility
.RE
.PP
\fBAlt + Tab\fR \fBAlt + Tab\fR
.RS 4 .RS 4
Give the focus to the next client Give the focus to the next client
@ -614,6 +619,11 @@ display tag with a clic on tag button\&.
add/delete a tag\&. add/delete a tag\&.
.RE .RE
.PP .PP
\fB infobar_toggle_hide\fR
.RS 4
toggle specific infobar visibility (infobar_name as cmd)\&.
.RE
.PP
\fB\ layout_vmirror\fR \fB\ layout_vmirror\fR
.RS 4 .RS 4
vertical mirror tiling\&. vertical mirror tiling\&.

3
wmfsrc
View File

@ -275,6 +275,9 @@
# Toggle client ignore_tag # Toggle client ignore_tag
[key] mod = {"Super", "Shift"} key = "f" func = "client_toggle_ignore_tag" [/key] [key] mod = {"Super", "Shift"} key = "f" func = "client_toggle_ignore_tag" [/key]
# Toggle infobar visibility
[key] mod = {"Super", "Shift"} key = "h" func = "infobar_toggle_hide" cmd = "default" [/key]
# Launcher # Launcher
[key] mod = {"Super"} key = "p" func = "launcher" cmd = "exec" [/key] [key] mod = {"Super"} key = "p" func = "launcher" cmd = "exec" [/key]