Re: [dwm] Stats script

2009-05-03 Thread Claudio M. Alessi
avoid to call cat(1) passing the file name directly to sed(1), tail(1), and so forth for others Unix tools. Hope this helps. Regards, Claudio M. Alessi [0] http://cma.teroristi.org/chems/usr/files/sources/scripts/mk8monbar.sh [1] http://lists.suckless.org/dwm/0810/6849.html -- JID: smoppy

Re: [dwm] Stats script

2009-05-03 Thread Claudio M. Alessi
the sleep time (30 seconds are enough?) in order to not stress the CPU furthemore. HTH. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dwm] what is mwm hint?

2009-03-16 Thread Claudio M. Alessi
-December/msg00046.html Regards, Claudio M. Alessi -- JID: smo...@gmail.com WWW: http://cma.teroristi.org

[dwm] Text marquee script

2009-03-09 Thread Claudio M. Alessi
lines of code i wrote for funny, in the hope of be useful for someone. I attached the 1,2K script. Regards, Claudio M. Alessi -- JID: smo...@gmail.com WWW: http://cma.teroristi.org slide.sh Description: Bourne shell script

Re: [dwm] minimal communication

2009-03-07 Thread Claudio M. Alessi
jabber plugin. Next release will be almost the perfect IM (not IRC) client ever. Hope this helps, Claudio M. Alessi. -- JID: smo...@gmail.com WWW: http://cma.teroristi.org

Re: [dwm] [dvtm]: fix for status bar

2008-11-29 Thread Claudio M. Alessi
I tested your patch a bit and it seems to work properly. Does it will going in upstream? Thanks for your help and time. Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http://dinotte.teroristi.org

Re: [dwm] [dvtm]: fix for status bar

2008-11-24 Thread Claudio M. Alessi
be faster (better?) than me. Regards, Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http://dinotte.teroristi.org

Re: [dwm] make setlayout toggle

2008-11-20 Thread Claudio M. Alessi
is not an hard task, i think. I already have some feature i never use but i wouldn't make a dwm-lite release. Please add only real useful code :-) Regards, Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http://dinotte.teroristi.org

Re: [dwm] make setlayout toggle

2008-11-20 Thread Claudio M. Alessi
Definitively i do _not_ want to add such code in upstream. Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http://dinotte.teroristi.org

[dwm] [dvtm]: fix for status bar

2008-11-15 Thread Claudio M. Alessi
Hi to all dvtm users! The attached patch restore wah to the height value as the latest stable release. This prevent to decrement wah of the bh value anytime the togglebar() function is called (which makes the dvtm size smaller). HTH Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http

[dwm] [dvtm] Top stack layout patch

2008-11-15 Thread Claudio M. Alessi
Hi again, i just fixed the top stack layout. It had some problem with the status bar, now everything should work properly once for all. I cannot link the tstack.c file ATM since i'm working on my web server. The attached patch is against the implementation included in git. Regards, Claudio M

Re: [dwm] [dvtm] Status bar script

2008-10-25 Thread Claudio
from the dvtm community is really appreciated. Sorry for the inconvenience and THX for your time! Regards, Claudio M. Alessi

[dwm] [dvtm] Status bar script

2008-10-10 Thread Claudio M. Alessi
output: [EMAIL PROTECTED]:$ ~/.mk8monbar.sh -dacw wlan0 -tl 10/10/2008 - 18:59 ᛁ 0.07 ᛁ +45C ᛁ 99% ᛁ -:-- [√] ᛁ ▁▂▃▄▅▆▇█ Hope this helps. Saluti, Claudio M. Alessi [0] http://cma.teroristi.org/sources/scripts/misc/mk8monbar.sh -- JID: [EMAIL PROTECTED] WWW: http://dinotte.altervista.org

Re: [dwm] [dvtm] testing current git HEAD aka dvtm-0.5-rc1

2008-10-08 Thread Claudio M. Alessi
was from Donald Chai. Yeah, many thanks to Donald :-) Could you please post a link to the source, i am too lazy to search ;) You can get the top stack implementation from here: http://cma.teroristi.org/sources/contrib/dvtm/tstack.c Thanks for the great work! Claudio M. Alessi -- JID

Re: [dwm] patch on movemouse/resizemouse

2008-10-07 Thread Claudio M. Alessi
On Tue, Oct 07, 2008 at 02:18:35PM +0400, Peter Kosyh wrote: Hopes, it will help for someone... :) No changes here: i still have an high CPU usage while resizing (not moving) clients. Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http://dinotte.altervista.org -BEGIN GEEK CODE BLOCK

Re: [dwm] [dvtm] testing current git HEAD aka dvtm-0.5-rc1

2008-10-06 Thread Claudio M. Alessi
I reply to myself.. On Tue, Oct 07, 2008 at 02:12:52AM +0200, Claudio M. Alessi wrote: Now i get lots of errors about moving/resize. I'm playing around a bit from about 5 minutes so i didn't figure out what's the problem, yet. The problem occur by simply comment out the CONFIG_STATUSBAR line

[dwm] [patch] Per-client label.

2008-09-29 Thread Claudio
case. Suggestions and comments are very welcomed! Hope someone else (other than me) will found it useful. Saluti, Claudio M. Alessi [0] http://lists.suckless.org/dwm/0804/5502.html

[dwm] Re: [patch] Per-client label.

2008-09-29 Thread Claudio
Here is the patch against dwm-5.2. Sorry for the inconvenience. --- dwm.c.orig 2008-09-28 11:04:51.051974392 +0200 +++ dwm.c 2008-09-29 09:00:37.980516502 +0200 @@ -83,6 +83,7 @@ typedef struct Client Client; struct Client { char name[256]; + char label; float mina, maxa; int x, y, w, h;

Re: [dwm] Floating children

2008-09-28 Thread Claudio
}, { Assistant, NULL, NULL, 11, True }, Likely it's doable in a better manner even if i'm quite happy this way. Saluti, Claudio M. Alessi

Re: [dwm] Floating children

2008-09-28 Thread Claudio
This is a bit off topic, but writing 2 instead of 11 might save you some typing next time :). Yes, you are right. Though i like to read some shift operator while scrolling my config.h ;-) THX

Re: [dwm] Coding styles

2008-07-31 Thread Claudio
several good rules to follow while coding (except, maybe, the main() function prototype inclusion). Hope this helps. [0] http://cvsweb.netbsd.org/bsdweb.cgi/src/share/misc/style?rev=HEADcontent-type=text/x-cvsweb-markup Saluti. -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS

[dwm] [dvtm, patch] Locking the screen.

2008-05-31 Thread Claudio M. Alessi
. In the attached patch i also removed the draw() function which is unused at all. Hope this help. -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS+@ PE+@ Y+ PGP t(-)@ 5? X+ R? tv-- b+ DI-- D? G e+@ h

Re: [dwm] [dvtm-patch] Master client number: 0/1?

2008-02-28 Thread Claudio M. Alessi
Sorry, i'd forgot to attach the patch. -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS+@ PE+@ Y+ PGP t(-)@ 5? X+ R? tv-- b+ DI-- D? G e+@ h--@ r y* --END GEEK CODE BLOCK

[dwm] [dvtm-patch] Top stack layout

2008-02-26 Thread Claudio M. Alessi
as the contrary; from here the ``top stack'' layout. I found it very useful expecially when i have only three maximized clients (often). The code works but i will not surprise to find bugs. I hope someone will found it helpful. -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d

Re: [dwm] [dvtm] mouse selection just inside a window?

2008-02-20 Thread Claudio M. Alessi
There is no way to do it at the moment AFAIK but maybe some further release of dvtm will provide relevant features. I just use the rxvt rectangular selection (alt+Left mouse button, for instance). It is the best i'm able to do now ;-) HTH -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK

[dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Claudio M. Alessi
to be a better place for them). This will give a bit of work to Leonardo Taccari which is working on the pkgsrc dvtm packages; a new option is needed, i guess. Hope this helps but, if not, feel free to insult me ;-) -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Claudio M. Alessi
. -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS+@ PE+@ Y+ PGP t(-)@ 5? X+ R? tv-- b+ DI-- D? G e+@ h--@ r y* --END GEEK CODE BLOCK--

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-19 Thread Claudio M. Alessi
sure Marc will agree with us. Thanks! -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS+@ PE+@ Y+ PGP t(-)@ 5? X+ R? tv-- b+ DI-- D? G e+@ h--@ r y* --END GEEK CODE BLOCK--

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-19 Thread Claudio M. Alessi
, though i'm not sure a while() loop is needed. I tried to change the value of the ESCDELAY environment variable but i see no changes. I'll read the source in order to learn more about. Thanks! -- Claudio M. Alessi -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E

Re: [dwm] [dvtm-patch] Status bar optional

2008-02-19 Thread Claudio M. Alessi
On Tue, Feb 19, 2008 at 06:57:21PM +0100, Marc Andre Tanner wrote: I don't want to clutter the code with all the #ifdefs plus some day we might introduce tags/workspaces and then a statusbar will become more important. I hope this will never happen. Have a nice day. -- Claudio M. Alessi

Re: [dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-18 Thread Claudio M. Alessi
. Thanks! -- Claudio M. -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS+@ PE+@ Y+ PGP t(-)@ 5? X+ R? tv-- b+ DI-- D? G e+@ h--@ r y* --END GEEK CODE BLOCK-- --- ../dvtm-0.4.orig/dvtm.c 2008-02-16 12:09:13.191369197

Re: [dwm] [dvtm] CO_BEL patch for madtty.c

2008-02-17 Thread Claudio M. Alessi
(); \ mvprintw(LINES - 1, 0, Hey, do you like notify?); \ refresh(); sleep(1); Indeed it's better than the comment we actually have, i think. HTH. -- Claudio M. -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS

[dwm] [dvtm-patch] Fix for the alt keystrokes

2008-02-17 Thread Claudio M. Alessi
appreciated. Hope this helps. -- Claudio M. -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C++(+++) UB++$ P+ !L E--- W++(+++) N+@ o-- K? w+@ O-@ M- V? PS+@ PE+@ Y+ PGP t(-)@ 5? X+ R? tv-- b+ DI-- D? G e+@ h--@ r y* --END GEEK CODE BLOCK-- --- ../dvtm-0.4.orig/dvtm.c 2008-02-16 12

[dwm] [dvtm-patch]: Mouse support optional

2008-02-16 Thread Claudio M. Alessi
any new release of dvtm). I also disabled the debug informations which may be easily toggled in a similar way to the mouse support in config.mk Hope this helps and thanks to providing us a great tool as dvtm! -- Claudio M. -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/MU d-@ s: a-- C