At 1232239826 time_t, JuanPablo wrote: > I try > > allclients = awful.client.visible(client.focus.screen) for i,v in > ipairs(allclients) do print(allclients[i]) print(v) end | awesome-client > > how can see the output?
To see the output, you can't print() because it prints on the standard output of awesome, which typically goes into ~/.xsession-errors. You should use 'return' echo return 42 | awesome-client will print '42'. -- Julien Danjou // ᐰ <[email protected]> http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature
