Updated Utilities (markdown)

This commit is contained in:
Luke Bonham 2013-09-07 11:35:11 -07:00 committed by copycat-killer
parent 5bb1acd467
commit a6bb0ef8d5
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ menu\_clients\_current\_tags
Similar to `awful.menu.clients()`, but this menu only shows the clients Similar to `awful.menu.clients()`, but this menu only shows the clients
of currently visible tags. Use it with a key binding like this: of currently visible tags. Use it with a key binding like this:
awful.key({ "Mod1" }, "Tab", function() awful.key({ "Mod1" }, "Tab",
function()
awful.menu.menu_keys.down = { "Down", "Alt_L", "Tab", "j" } awful.menu.menu_keys.down = { "Down", "Alt_L", "Tab", "j" }
awful.menu.menu_keys.up = { "Up", "k" } awful.menu.menu_keys.up = { "Up", "k" }
lain.util.menu_clients_current_tags({ width = 350 }, { keygrabber = true }) lain.util.menu_clients_current_tags({ width = 350 }, { keygrabber = true })