From 388ca69c813c312b295ecbbefc5308eded243026 Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Wed, 18 Sep 2013 06:55:03 -0700 Subject: [PATCH] Updated Utilities (markdown) --- Utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities.md b/Utilities.md index 3f00c35..a5c29ac 100644 --- a/Utilities.md +++ b/Utilities.md @@ -142,7 +142,7 @@ You could use it with these keybindings: awful.key({ altkey, "Control" }, "+", function () lain.util.useless_gaps_resize(1) end), awful.key({ altkey, "Control" }, "-", function () lain.util.useless_gaps_resize(-1) end), -where `altkey=Mod1`, or you could use it as a button like this: +where `altkey=Mod1`, or you could use it like this: mywidget:buttons(awful.util.table.join ( awful.button({}, 4, function() lain.util.useless_gaps_resize(-1) end), -- 2.39.2