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