update man with toggle_ignore_tag uicb function
This commit is contained in:
parent
ae2756452e
commit
756bb3fbce
9
wmfs.1
9
wmfs.1
@ -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
2
wmfsrc
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user