From 756bb3fbce687fc611f0671937850af8e3ac8607 Mon Sep 17 00:00:00 2001 From: arnault Date: Sun, 15 Apr 2012 02:50:12 +0200 Subject: [PATCH] update man with toggle_ignore_tag uicb function --- wmfs.1 | 9 ++++++++- wmfsrc | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/wmfs.1 b/wmfs.1 index 0b732d3..9e5eeb5 100644 --- a/wmfs.1 +++ b/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 diff --git a/wmfsrc b/wmfsrc index 0ee1607..66fc412 100644 --- a/wmfsrc +++ b/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]