update man with toggle_ignore_tag uicb function

This commit is contained in:
arnault 2012-04-15 02:50:12 +02:00
parent ae2756452e
commit 756bb3fbce
2 changed files with 9 additions and 2 deletions

9
wmfs.1
View File

@ -63,6 +63,11 @@ Exit WMFS
Toggle free the selected client
.RE
.PP
\fBSuper + Shift + f \fR
.RS 4
Toggle ignore_tag the selected client
.RE
.PP
\fBAlt + Tab\fR
.RS 4
Give the focus to the next client
@ -624,8 +629,10 @@ move focus to previous tab-client\&.
give focus to client with a clic\&.
.PP
\fB\ client_toggle_free\fR
togle free the client\&.
toggle free the selected client\&.
.PP
\fB\ client_toggle_ignore_tag\fR
toggle ignore_tag the selected client\&.
\fB\ client_tab_next_opened\fR
open the client in a tab\&.
.PP

2
wmfsrc
View File

@ -263,7 +263,7 @@
[key] mod = {"Super"} key = "f" func = "client_toggle_free" [/key]
# Toggle client ignore_tag
[key] mod = {"Super", "Shift"} key = "f" func = "client_toggle_free" [/key]
[key] mod = {"Super", "Shift"} key = "f" func = "client_toggle_ignore_tag" [/key]
# Launcher
[key] mod = {"Super"} key = "p" func = "launcher" cmd = "exec" [/key]