X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/823659d83d1262bbd94821e8460822c0130fff56..229d0d3860126bfbf190c54d8edad18174fe017a:/asyncshell.lua diff --git a/asyncshell.lua b/asyncshell.lua index 4eb8d2e..51885e8 100644 --- a/asyncshell.lua +++ b/asyncshell.lua @@ -13,6 +13,8 @@ -- ...synchronously -- wwidget.text = asyncshell.demand('wscript -Kiev', 5):read("*l") or "Error" +-- This makes things faster, but puts weight on sysload and is more cpu demanding. + local spawn = require('awful.util').spawn asyncshell = {}