Updated Utilities (markdown)

This commit is contained in:
Luke Bonham 2013-11-12 01:39:52 -08:00 committed by copycat-killer
parent 4a89b573af
commit a46fca6d03
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ Use it with key bindings like these:
awful.key({ modkey, "Shift" }, "n", function () lain.util.add_tag(mypromptbox) end),
awful.key({ modkey, "Shift" }, "r", function () lain.util.rename_tag(mypromptbox) end),
awful.key({ modkey, "Shift" }, "r", function () lain.util.move_tag(1) end), -- move next tag
awful.key({ modkey, "Shift" }, "r", function () lain.util.move_tag(-1) end), -- move previous tag
awful.key({ modkey, "Shift" }, "r", function () lain.util.move_tag(1) end), -- move to next tag
awful.key({ modkey, "Shift" }, "r", function () lain.util.move_tag(-1) end), -- move to previous tag
awful.key({ modkey, "Shift" }, "d", function () lain.util.remove_tag() end),
useless\_gaps\_resize