ソースを参照

update man with toggle_ignore_tag uicb function

arnault 12 年 前
コミット
756bb3fbce
2 ファイル変更9 行追加2 行削除
  1. 8 1
      wmfs.1
  2. 1 1
      wmfsrc

+ 8 - 1
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

+ 1 - 1
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]