Re: [dev] [sent] 0.1 release

2015-11-20 Thread Claudio
ck. Looking further for a suckless way of getting slides on other's people machine without installing anything. [0] https://github.com/clamiax/wsent Regards, Claudio 2015-11-19 15:01 GMT+01:00 Pickfire <pickf...@riseup.net>: > A good presentation doesn't need nice slides, but

Re: [dev] [dmenu][patch] Offset problem using -l wih -p with -l

2015-10-18 Thread Claudio
, Claudio Il giorno dom 18 ott 2015 alle ore 11:45 Markus Teich < markus.te...@stusta.mhn.de> ha scritto: > Claudio wrote: > > I noticed that vertical listing is done by indenting items at the same > level > > as the prompt length, which to me doesn't make any sense. > &g

[dev] [dmenu][patch] Offset problem using -l wih -p with -l

2015-10-18 Thread Claudio
Hi dears, I noticed that vertical listing is done by indenting items at the same level as the prompt length, which to me doesn't make any sense. The attached patch make it works as I expect. Is it the intended behaviour or is it indeed a bug? Regards, Claudio dmenu-4.6-novertoff.diff

Re: [dev] [dmenu][patch] Offset problem using -l wih -p with -l

2015-10-18 Thread Claudio
Thanks for the hint, I'm still learning the code. In my patch w was == mw, BTW. I think you've already understood my point so there's no need to discuss further. If someone feel like me then we may share ideas, for now I can use our lovely wiki. Regards, Claudio 2015-10-18 12:04 GMT+02:00

Re: [dev] [vis][PATCH] Window line up/down

2014-09-17 Thread Claudio
suspect vim is right. As regards as dj, I think vis behaves properly while vim is wrong. Regards, Claudio 2014-09-17 15:14 GMT+02:00 Marc André Tanner m...@brain-dump.org: On Tue, Sep 16, 2014 at 03:41:43PM -0300, Amadeus Folego wrote: On Tue, Sep 16, 2014 at 07:55:40PM +0200, Marc André

[dev] [dvtm][PATCH] Makefile and terminfo

2014-09-16 Thread Claudio
. Indeed, now things works properly. Attached is the patch. Regards, Claudio diff --git a/Makefile b/Makefile index 207fc6b..4c304bd 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ install: dvtm @sed s/VERSION/${VERSION}/g dvtm.1 ${DESTDIR}${MANPREFIX}/man1/dvtm.1 @chmod 644 ${DESTDIR

Re: [dev] [vis][PATCH] Window line up/down

2014-09-15 Thread Claudio
Thanks Marc, I still have much to learn, but I already love vis. Regards, Claudio 2014-09-15 17:06 GMT+00:00 Amadeus Folego amadeusfol...@gmail.com: On Mon, Sep 15, 2014 at 06:52:07PM +0200, Marc André Tanner wrote: Hi Caudio, Thanks, will incorporate your requested functionality. On Sun

[dev] [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
')}, cursor, { .m = window_line_down } }, It works but I'm not sure it's the only (and right) way to do it. Regards, Claudio diff --git a/config.def.h b/config.def.h index b0b836c..cddd1aa 100644 --- a/config.def.h +++ b/config.def.h @@ -93,8 +93,10 @@ static KeyBinding basic_movement

[dev] Re: [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
Okay, I just noticed that the original behaviour of window_line_*() is different than the one I thought. It's used by the j and k commands so I'll need two new ad-hoc routines for ^y and ^e. Regards, Claudio Alessi 2014-09-14 18:25 GMT+02:00 Claudio smo...@gmail.com: Hi, thank you

[dev] Re: [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
Here is the patch containing window_scroll_line_up() and window_scroll_line_down(). Regards, Claudio 2014-09-14 18:31 GMT+02:00 Claudio smo...@gmail.com: Okay, I just noticed that the original behaviour of window_line_*() is different than the one I thought. It's used by the j and k commands

[dev] Re: [vis][PATCH] Window line up/down

2014-09-14 Thread Claudio
Sorry for all these mails, I'm trying to make things better as I understand how things works. Attached is a fully working patch which allow to scroll the page up/down by one line. Regards, Claudio Alessi 2014-09-14 18:37 GMT+02:00 Claudio smo...@gmail.com: Here is the patch containing

Re: [dev] [PATCH] Simplify README

2014-08-18 Thread Claudio
AFAIK a terminal is an hardware device. Since st is only a software implementation it's ok to call it a virtual terminal emulator, isn't? 2014-08-18 12:13 GMT+02:00 Roberto E. Vargas Caballero k...@shike2.com: The term 'virtual terminal emulator' was broken. There is nothing virtual about it,

Re: [dev] [PATCH] Simplify README

2014-08-18 Thread Claudio
I got it. Right. 2014-08-18 15:04 GMT+02:00 Weldon Goree wel...@langurwallah.org: On Mon, 2014-08-18 at 12:58 +0200, Claudio wrote: AFAIK a terminal is an hardware device. Since st is only a software implementation it's ok to call it a virtual terminal emulator, isn't? A virtual terminal

[dev] Invito a collegarsi su LinkedIn

2012-10-24 Thread Claudio Alessi
LinkedIn dev, Vorrei aggiungerti alla mia rete professionale su LinkedIn. -Claudio Claudio Alessi Sviluppatore web presso Pubblicarrello.com Palermo, Italia Conferma che conosci Claudio Alessi: https://www.linkedin.com/e/-irrb6k-h8opyuss-5x/isd/9239720548/bHPfQWfd/?hs=falsetok

Re: [dev] [st] 0.1 Feedback - Was: A few small patches

2011-04-22 Thread Claudio
, Claudio M. Alessi

Re: [dev] st patch for draw() etc.

2011-04-20 Thread Claudio
terminal emulator. Well, I'm pretty aware it's a bit extreme but hope someone else will agree with me. Regards, Claudio M. Alessi

Re: [dev] [dwm] patch for statuscolors improved

2010-11-20 Thread Claudio M. Alessi
It seems like useless rather than suckless.

Re: [dev] [dwm] combining 'moveresize' with 'pertag'

2010-10-23 Thread Claudio M. Alessi
Well, the moveresize feature isn't provided by a patch at all. You'll have to copy/paste a function somewhere in config.h then add the relative bindings. I replaced config.h with dwm.c into the wiki. Regards, Claudio M. Alessi

Re: [dev] [dwm] combining 'moveresize' with 'pertag'

2010-10-22 Thread Claudio M. Alessi
of the box. That's all. Regards, Claudio M. Alessi

Re: [dev] [dev] Usage, -h, --hel p, help, synopsis, …

2010-08-18 Thread Claudio M. Alessi
On Tue, Aug 17, 2010 at 08:52:37PM +0400, anonymous wrote: usage: cmd [-abcde] [-f file] [-g pattern] [file ...] What about cmd [-abcde] [-fg arg] [file ...]? usage: flo [-c id] [-f from] [-r id] [-t to] [-w what] [what[,from][-to]] With the above rules this should be: flo [-cfrtw arg]

Re: [dev] Presentation slides software

2010-07-06 Thread Claudio M. Alessi
On Sun, Jul 04, 2010 at 02:13:38PM +0200, Uriel wrote: I honestly and deeply hope you fail completely. Please, put this on quotes.cat-v.org. Claudio M. Alessi

Re: [dev] Tiling windowmanager workflow (Was: [dvtm] Fibonacci layout patch)

2010-06-06 Thread Claudio M. Alessi
to improve my layout too. Thanks for the hint. Regards, Claudio M. Alessi

Re: [dev] Tiling windowmanager workflow (Was: [dvtm] Fibonacci layout patch)

2010-06-05 Thread Claudio M. Alessi
replace all [1-9] with F[1-9] in your config.h? This way you can comfortally use all clients which already provide alt-[1-9] to change something (like Chromium). Regards, Claudio M. Alessi

Re: [dev] dwm-5.8.1 / dmenu-4.1.1

2010-05-30 Thread Claudio M. Alessi
No issues here; it works perfectly. Thanks! Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://clamiax.selfip.org

Re: [dev] Fullscreen issue EWMH

2010-05-27 Thread Claudio M. Alessi
On Thu, May 27, 2010 at 07:59:29AM +0200, orsch...@googlemail.com wrote: Because this is still an unsolved problem. Both problem are solved: o Chrome: see the previous post; o Flash: see http://lists.suckless.org/dev/0912/2687.html Regards, Claudio M. Alessi

Re: [dev] vimium extension for chromium

2010-05-20 Thread Claudio M. Alessi
On Thu, May 20, 2010 at 01:32:29AM +0200, pancake wrote: It was a joke Indeed, i'd suspect it ;-) -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] vimium extension for chromium

2010-05-19 Thread Claudio M. Alessi
://wiki.github.com/clamiax/vimium/ bastards trying to cloning surf ;) Nobody want to clone anything; we just would like to use our own browsers in a more comfortable way. Regards, Claudio M. Alessi

Re: [dev] Encoding errors with umlauts in dwm statusbar and dmenu

2010-04-20 Thread Claudio M. Alessi
On Mon, Apr 19, 2010 at 11:07:24PM +0200, orsch...@gmail.com wrote: And when you are try to fix this could you please also try to correct the flash fullscreen issue? I use this workaround without any issue: http://lists.suckless.org/dev/0912/2687.html Hope this helps. Regards, Claudio

Re: [dev] stali and OpenBSD userland etc.

2010-04-14 Thread Claudio M. Alessi
distribution and it seems that plan 9 userland sucks less than OpenBSD one. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Claudio M. Alessi
); with the dot-dot link you only need one click. Another example is http://www.mutt.org/ There is link more news, but no link to main page in http://www.mutt.org/news.html. Same as above. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [OFFTOPIC] Recommended meta-build system

2010-02-02 Thread Claudio M. Alessi
I meant werc.rc, as you can image. -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [OFFTOPIC] Recommended meta-build system

2010-02-01 Thread Claudio M. Alessi
up with some great philosophy instead ;) Philosophy is nothing if not applied to the real world. If it doesn't fits with the real world, then is a bad philosophy (or, this is the case, retarded). Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

[dev][dwm][bug] Two bugs concerning floating windows in a dual monitor setup

2010-01-18 Thread Claudio M
- both floating windows are hidden underneath the tiled terminal window. can someone confirm these bugs? claudio _ Windows Live: Make it easier for your friends to see what you’re up

Re: [dev] [SLOCK] is not safe

2010-01-17 Thread Claudio M. Alessi
of the process and you are, obviously, enabled to stop (or kill) it. What's wrong? If you won't slock to be killed by users, run it as root, or just trust yourself (ergo, your user). Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev][dwm] window tagging

2010-01-13 Thread Claudio M. Alessi
On Tue, Jan 12, 2010 at 03:47:19PM +, Anselm R Garbe wrote: This will be solved in dwm 5.8, which should arrive soon. In the while: http://lists.suckless.org/dev/0912/2687.html Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] Re: slock - cannot log in

2009-12-18 Thread Claudio M. Alessi
. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [dwm] an update of the moveresize patch

2009-11-19 Thread Claudio M. Alessi
I'm not sure what you mean with old patch but I use this since very old dwm releases (though with very little changes from time to time): static void moveresize(const Arg *arg) { XEvent ev; if( ! (selmon-sel arg selmon-sel-isfloating arg-v) ) return; resize(selmon-sel,

Re: [dev] UTF-8 copyright symbol

2009-10-23 Thread Claudio M. Alessi
, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] sic - remove stdout formatting?

2009-10-20 Thread Claudio M. Alessi
be replaced by the original join and part commands, removing few (useless?) LOCs. Apart from this, sic is the perfect IRC client (and it's said by an old weechat user :-P). Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [surf] Scrolling bug

2009-09-18 Thread Claudio M. Alessi
On Thu, Sep 17, 2009 at 11:27:41PM +0200, pancake wrote: Flash sucks Yeah. It may be the problem. If not, no matter: flash sucks anyway :-) Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] dwm number of clients pointless?

2009-09-14 Thread Claudio M. Alessi
can be useful in some way. It's totally useless for me, we should get rid of it. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] surf: web browser on archlinux

2009-07-03 Thread Claudio M. Alessi
; it shouldn't be much hard to make it behave as you want. Though it's quite clean at this point that all of us (and likely many others people) are waiting for a new decent web browser. Sigh! Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] last request for a dev-only list

2009-06-12 Thread Claudio M. Alessi
filters do) and should just read the archives when they only read the list without never write something. The stfu rule suggested by Gottox is also fine, at this point. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org