Re: [dev] daemon for DWM

From: Szabolcs Nagy <nsz_AT_port70.net>
Date: Thu, 27 Jun 2013 15:28:16 +0200

* Viola Zolt?n <violazoli_AT_gmail.com> [2013-06-27 08:52:11 -0400]:
> possibilities, very lot, and to them I need C++ for the objectoriented
> programming. And, I preferred the "//" not the /*... */

// comment is valid in c
(since 1999 it's even standardized)

i don't think you need object oriented programming in your daemon
but an extensive code clean up could help

most of what you are doing can be achieved by

while true
do
        xsetroot -name "`stats`"
done &

the implementation of the stats command is left as an exercise
Received on Thu Jun 27 2013 - 15:28:16 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 27 2013 - 15:36:05 CEST