Add "expose" feature ala mac OS X to display all client of a screen

Feature #100 requested by shibo
This commit is contained in:
Raphael Khaiat
2011-03-21 13:28:15 +01:00
parent 5ece3a6e55
commit 41c4570dcf
5 changed files with 51 additions and 0 deletions

5
wmfsrc
View File

@@ -124,6 +124,9 @@
#default_name = "new tag" # deprecated, use [default_tag] instead
#default_layout = "tile_right" # deprecated, use [default_tag] instead
expose_name = "EXPOSE"
expose_layout = "tile_left"
# Border around the tag buttons.
border = true
@@ -431,6 +434,8 @@
[key] mod = {"Super", "Shift"} key = "a" func = "client_screen_next" [/key]
[key] mod = {"Super", "Shift"} key = "z" func = "client_screen_prev" [/key]
[key] mod = {"Alt"} key = "e" func = "toggle_tag_expose" [/key]
# unlisted fonctions that can be used in [key] func = ""
# client_focus_{right, left, top, bottom}
# client_ignore_tag # Toggle the client in ignore_tag (display the client on all tags)