Updated Utilities (markdown)

This commit is contained in:
Luke Bonham 2013-09-18 06:55:03 -07:00 committed by copycat-killer
parent d41db5f1e8
commit cefb2277aa
1 changed files with 1 additions and 1 deletions

View File

@ -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),