From a46fca6d03bcb76569f42a67a98c087380730e7c Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Tue, 12 Nov 2013 01:39:52 -0800 Subject: [PATCH] Updated Utilities (markdown) --- Utilities.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilities.md b/Utilities.md index 0e58304..e4f114a 100644 --- a/Utilities.md +++ b/Utilities.md @@ -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 -- 2.39.2