aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarnault <contact@arpinux.org>2012-05-04 20:48:46 +0200
committerarnault <contact@arpinux.org>2012-05-04 20:48:46 +0200
commit67c635f9be806b8dcbee841dbb54669e72112cef (patch)
treef16d570cf37fdbe1a6d5ec0ab0294f00bd45a266
parenteed683ca002004307b5de3eb6864f74a4044abba (diff)
downloadwmfs-67c635f9be806b8dcbee841dbb54669e72112cef.zip
wmfs-67c635f9be806b8dcbee841dbb54669e72112cef.tar.gz
wmfs-67c635f9be806b8dcbee841dbb54669e72112cef.tar.bz2
add infobar_toggle_hide in wmfsrc & man
-rw-r--r--wmfs.110
-rw-r--r--wmfsrc3
2 files changed, 13 insertions, 0 deletions
diff --git a/wmfs.1 b/wmfs.1
index 330163e..0285fe2 100644
--- a/wmfs.1
+++ b/wmfs.1
@@ -68,6 +68,11 @@ Toggle free the selected client
Toggle ignore_tag the selected client
.RE
.PP
+\fBSuper + Shift + h \fR
+.RS 4
+Toggle infobar visibility
+.RE
+.PP
\fBAlt + Tab\fR
.RS 4
Give the focus to the next client
@@ -614,6 +619,11 @@ display tag with a clic on tag button\&.
add/delete a tag\&.
.RE
.PP
+\fB infobar_toggle_hide\fR
+.RS 4
+toggle specific infobar visibility (infobar_name as cmd)\&.
+.RE
+.PP
\fB\ layout_vmirror\fR
.RS 4
vertical mirror tiling\&.
diff --git a/wmfsrc b/wmfsrc
index 7328f99..457630d 100644
--- a/wmfsrc
+++ b/wmfsrc
@@ -275,6 +275,9 @@
# Toggle client ignore_tag
[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
[key] mod = {"Super"} key = "p" func = "launcher" cmd = "exec" [/key]