X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/2baa09b17dcf29bd8901b79b3e4fea461186b01c..cefb2277aae1533ebc9c2952cfe8203d28ac65ea:/Utilities.md?ds=sidebyside diff --git a/Utilities.md b/Utilities.md index de9f56b..a5c29ac 100644 --- a/Utilities.md +++ b/Utilities.md @@ -132,7 +132,7 @@ Credits goes to [minism](https://bbs.archlinux.org/viewtopic.php?pid=1315135#p13 useless\_gaps\_resize --------------------- -Changes `beautiful.useless_gaps_width` on the fly, if present. +Changes `beautiful.useless_gaps_width` on the fly. The function takes an integer argument, being the amount of pixel to add/remove to gaps. @@ -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),