[dev] [surf] Fix unaccessible about: pages.

2016-01-26 Thread Claudio Alessi
Hi, surf cannot access the about: pages since it prepends with "http://"; each uri not containing the "://" string. The attached patch also checks for the "about:" prefix. The patch applies against HEAD (743fa9f3d19af8166b8466f35c464c402e31f554). Regards, Claudi

Re: [dev] [sent] 0.1 release

2015-11-20 Thread Claudio
ive feedback. 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 : > A good presentation doesn't need ni

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

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

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 : > 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é Tanner wrot

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

2014-09-16 Thread Claudio
ctory. 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}/man

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 : > On Mon, Sep 15, 2014 at 06:52:07PM +0200, Marc André Tanner wrote: >> Hi Caudio, >> >> Thanks, will incorporate your requested functionality.

[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 : > Here is the patch containing window_scroll

[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 : > 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

[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 : > Hi, > > thank you

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

2014-09-14 Thread Claudio
CONTROL('e')}, 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 @@ st

Re: [dev] [PATCH] Simplify README

2014-08-18 Thread Claudio
I got it. Right. 2014-08-18 15:04 GMT+02:00 Weldon Goree : > 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? >> >

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 : >> The term 'virtual terminal emulator' was broken. There is nothing >> virtual about it, it's a termi

[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=false&

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

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

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

2011-04-20 Thread Claudio
ot; rather than "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
works properly out 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] [what[,

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
only have 9 or less tags; this, though, sounds uncomfortable as well. I'll think a bit about this in order 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
eyboard shortcuts for launching applications: Why don't you just 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-26 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] [surf] please recheck tip

2010-05-25 Thread Claudio M. Alessi
can use ftp(1) for HTTP requests. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [sic] null pointer in printf

2010-05-24 Thread Claudio M. Alessi
This bug is not present in tip anymore; feel free to upgrade your local sic sources ;-) 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
g: http://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
egards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] stali and OpenBSD userland etc.

2010-04-14 Thread Claudio M. Alessi
it's a suckless 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
ack to the home page (unless you use gU with Vimperator or other evil stuff -- which I use :P); 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] [sic] Segfault

2010-03-23 Thread Claudio M. Alessi
What about removing (or commenting) line 45 by default? Who needs debug output can put (or remove comment) itself. -- 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
> they won't spend their time with fiddling around with things that are > not mandatory == eg not customising cars but coming 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,

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

2010-01-18 Thread Claudio M
B" via shell script - 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

Re: [dev] [SLOCK] is not safe

2010-01-17 Thread Claudio M. Alessi
ng concerning security: you are the owner 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
s usual. That's all. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] dvtm - get list of terminals

2009-12-11 Thread Claudio M. Alessi
gards, 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

Re: [dev] UTF-8 copyright symbol

2009-10-23 Thread Claudio M. Alessi
our country. > > uriel +1 Remove the '-v' flag at all. Regards, Claudio M. Alessi -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] [surf] next release

2009-10-23 Thread Claudio M. Alessi
y to go. We need a "core browser" which is just indipendent from the viewer. Well, it isn't right to call it "browser" but I don't find a better name ATM. Then you can use whatever tool you want to do each thing as you like, better and easily. Regards, 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
dered. It also would be nice to avoid commands like 'j' or 'l' which could easily 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] [surf] Scrolling bug

2009-09-17 Thread Claudio M. Alessi
the mouse scroll wheel or the arrow > keys; I just get stuck viewing half a page. Are you sure it isn't a focus problem? As far as I can tell, dwm still need to improve the way it handles the focus. The problem shouldn't be related to surf. 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
this number 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] dwm-5.6.1

2009-07-27 Thread Claudio M. Alessi
. I'm not sure if it's due to a lack of fantasy, but I'm pretty happy this way. Thanks! Regards, Claudio M. Alessi. -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] surf: web browser on archlinux

2009-07-04 Thread Claudio M. Alessi
Ok. -- JID: smoppy AT gmail.com WWW: http://cma.teroristi.org

Re: [dev] surf: web browser on archlinux

2009-07-03 Thread Claudio M. Alessi
important for me, often more than efficiency. I can't use a browser which don't allow me to have a customizable UI like Vim which, for istance on X11 only the VIMperator extension of FireFox does. Further releases of Chrome will likely (and hopefully) change my POV about. 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
le; 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] Suckless (*NIX|*BSD) Distribution?

2009-06-20 Thread Claudio M. Alessi
the idealisms, believe in some other technical concept as, for example, efficiency, customization and modularization (which mean to have a light core where to build your OS upon). That's why I use and suggests NetBSD as KISS, power and fast OS. Regards, Claudio M. Alessi -- JID:

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

2009-06-12 Thread Claudio M. Alessi
ev@) then your POV is not so different. An unique list is all we need; filters and a correct use of the mailing list can do the rest. 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
rs, while personal 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