X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c14436760d6e9b61dcf8a25b826b0464be21f612..cbd4099f8b5ecf5abc515c10055333d76f7e1671:/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 = {}