Re: [dev] synthesizing X click events?

2016-06-14 Thread Stephen Paul Weber
> I'm wondering if there's a way to easily synthesize an X click event and > others? Maybe look into how xdotool does it?‎

[dev] Patches to fix . for insert and change commands

2014-11-18 Thread Stephen Paul Weber
I've written up patches to make it so that I, a, A, s, ce, etc can be repeated properly with . -- not sure if I'm doing this the Right Way, but it seems to work in my tests. Feedback appreciated. Patches attached. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.n

[dev] [dwm] Starting new windows in the CWD of the selected window

2014-10-07 Thread Stephen Paul Weber
nctionality? Any tips? Am I going about this all wrong? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] Introducing the imagefile-format

2014-07-29 Thread Stephen Paul Weber
The selection of bzip as the compression algorithm seems like a compromise. It seems to me part of the whole point is to *not* select a compression algorithm, but allow that to be handled by the apropriate tools (probably xz, in my case).

Re: [dev] video player and torrent client that don't suck

2013-06-29 Thread Stephen Paul Weber
Somebody claiming to be oneofthem wrote: You're really saying that cryptography hasn't changed since 2007? The algorithms that library implements certainly have not. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edit

Re: [dev] upload via html?

2013-05-27 Thread Stephen Paul Weber
l does not require it. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] snotes v0.9 - a simple notes system

2013-02-04 Thread Stephen Paul Weber
their default editor? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] [suckless] Migration to git

2012-11-26 Thread Stephen Paul Weber
Somebody claiming to be Kurt H Maier wrote: It's like c++: "everyone agrees it's safe to use, but nobody agrees on which 10% is the safe part." I think we call that part of C++ "C89". (Roughly, modulo valid C89 that C++ makes invalid.) -- Stephen Pau

Re: [dev] [st] line drawing?

2012-11-07 Thread Stephen Paul Weber
general? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] [st] line drawing?

2012-11-06 Thread Stephen Paul Weber
you have this problem to?. I'm not sure what you mean, but I don't seem to have any issues using mutt, editing and composing messages, and when I exit mutt the shell still works. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edit

Re: [dev] [st] line drawing?

2012-11-06 Thread Stephen Paul Weber
here I see the issue). I'm using the font string "Terminus:pixelsize=20:antialias=false:autohint=false" -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

[dev] [st] line drawing?

2012-11-06 Thread Stephen Paul Weber
I just upgraded my st install to latest tip, and now all the line drawing characters (such as in mutt) are a lowercase 'd'. This seems suboptimal. Older st versions had stuff in config.h for configuring these, but that seems gone now. What is the right way to fix this? -- St

Re: [dev] [utmp] announcement

2012-10-31 Thread Stephen Paul Weber
that my `make install` had not ended up with the g+s permission set on the binary, even though the command is there. Maybe because the group is changed after that? I set that and now it works. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted e

Re: [dev] [utmp] announcement

2012-10-31 Thread Stephen Paul Weber
add utmp entry: Permission denied Is this meant to be suid or something? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph smime.p7s Description: S/MIME cryptographic signature

Re: [dev] [st] toggle font

2012-10-11 Thread Stephen Paul Weber
. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] libixp questions

2012-09-20 Thread Stephen Paul Weber
ckets as a fallback? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-19 Thread Stephen Paul Weber
have to set the relevant environment variables for the request. Hmm, I suppose that's true. Still, forking is never the bottleneck Never? Isn't forking-as-bottleneck most of the reason alternatives to CGI exist? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> f

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-19 Thread Stephen Paul Weber
does it do prefork stuff to improve performance? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] st utf8 printing

2012-04-13 Thread Stephen Paul Weber
uses Pango to draw text). You couldn't pay me to use the GTK+ GUI. I use the pure X11 GUI. So does everyone else here at work. People use vim from a GUI? /me confused -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph

Re: [dev] st utf8 printing

2012-04-13 Thread Stephen Paul Weber
it worked and was the right size. I then tried it in st, and the size is still fine, but the spacing is all messed up and every time I type it shows duplicates of the character. Some sort of really weird paiting bug. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for ho

Re: [dev] st utf8 printing

2012-04-12 Thread Stephen Paul Weber
geString16 instead in gui_x11.c. Interesting. I wonder what they do for characters that don't fit in 16bits? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] st utf8 printing

2012-04-12 Thread Stephen Paul Weber
Somebody claiming to be Nick wrote: Quoth Stephen Paul Weber: My st install prints some utf8 chars fine (like ©) but others (like …) itt has trouble with. I *think* that would be because rxvt-unicode falls back to another font if the one you specify doesn't have a glyph it wants. S

[dev] st utf8 printing

2012-04-12 Thread Stephen Paul Weber
I looked through the st code, and it seems to be handling UTF-8 properly, so far as I can tell. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

[dev] Double-click patch for st

2012-04-12 Thread Stephen Paul Weber
It's been annoying me a bit that double-click in st only breaks words by a space, since I often get emails with say in them, and want to select just inside the beaks. Attached is a patch that lets st break words on a configurable set of characters. -- Stephen Paul Weber, @singpolym

Re: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-07 Thread Stephen Paul Weber
Somebody claiming to be Luis Anaya wrote: I see the case for a need of a systray, but there are tiling window managers that provide this facility. Also, nice programs like stalonetray which one can run if one needs a systray. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.

Re: [dev] regarding surf and cookie handling

2012-02-21 Thread Stephen Paul Weber
Somebody claiming to be Christoph Lohmann wrote: And btw., »GPLv3 except stuff under MIT/X from surf« – I don't think such culture bolshevism is legal. It's definitely legal, though one might want to be more specific about which "stuff" is MIT licensed. -- Stephen Pau

Re: [dev] stest review

2012-02-10 Thread Stephen Paul Weber
your own options parser (which almost everyone gets wrong) and allows your tool to behave however the local system expects (more or less). Not trying to start a flame war, just curious. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition

Re: [dev] [slock] patch for avoiding hardcoded root-check

2012-01-23 Thread Stephen Paul Weber
instead. Not all distributions even have a shadow group. I wouldn't take the Makefile patch, but checking if the tool has permission for what it wants to do, instead of checking if it ts root, seems preferrable to me. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for h

Re: [dev] interested in issue tracker dev

2012-01-15 Thread Stephen Paul Weber
hat way you can just reply to a bug from your email client and it works. Just like a mailing list :) -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph

Re: [dev] wmii falling out of favor

2011-12-22 Thread Stephen Paul Weber
ve clever layouts? I think that is the great power of the stacked layout. I can have clients grouped within one tag, but I don't need to watch them all of the time. I think so. No way to have one client 'maximised'? I think we call this "monacle mode" -- Stephen Paul

Re: [dev] Re: dmenu's lsx binary naming conflicts with lrzsz!

2011-11-29 Thread Stephen Paul Weber
ok into exactly what this does. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] [dwm] [PATCH] spawn_cwd - spawn from current client's cwd

2011-11-24 Thread Stephen Paul Weber
b.com/sunaku/.dwm/compare/tip...spawn_cwd Does this patch just work on xterm/rxvt windows that happen to have their CWD path in the title? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] Start dwm on different tag selection

2011-11-13 Thread Stephen Paul Weber
Somebody claiming to be Anselm R Garbe wrote: On 13 November 2011 19:22, Stephen Paul Weber wrote: I used to be able to start dwm on a different tag selection than the default (which is only select tag 1).  Is there still a way to do this? Watch out for createmon() in the code and amend the

[dev] Start dwm on different tag selection

2011-11-13 Thread Stephen Paul Weber
I used to be able to start dwm on a different tag selection than the default (which is only select tag 1). Is there still a way to do this? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: D

[dev] STDIN patch

2011-11-13 Thread Stephen Paul Weber
I just upgraded to the new DWM and "had" to apply the stdin patch to keep the behaviour I'm used to :) It didn't quite apply against tip, so attached are my changes to make it apply, if anyone's interested. -- Stephen Paul Weber, @singpolyma See <http://singpolyma

Re: [dev] [dwm] nicer web (was: 2000 SLOC)

2011-11-03 Thread Stephen Paul Weber
try to maximize what they want at your expense. Perhaps you love the WHATWG enough to miss the point: we keep hiring magazine-trained designers to build websites. Standards can't fix that. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph

Re: [dev] [dwm] 2000 SLOC

2011-11-02 Thread Stephen Paul Weber
years, but most people writing the pages are not motivated to make them suck less than the average, and so keep producing terrible nests, etc, making all the nice stuff we're supposed to have a lot less useful. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how

[dev] Some 2wm questions

2011-10-31 Thread Stephen Paul Weber
id nothing. Thanks, -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph signature.asc Description: Digital signature

Re: [dev] Anti-GPL hipsters

2011-10-24 Thread Stephen Paul Weber
case there are people who actually don't know) RMS believes in ND licenses for speech so that he has a legal tool against people who take such speech out of context or misquote it in other ways. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contac

Re: [dev] Some questions about st and a patch

2011-10-20 Thread Stephen Paul Weber
Somebody claiming to be Mount Peaks wrote: 1) May I bug the mail-list with a simple question, is there a scrollbar in st? No, because there is no scrollback mechanism, so nothing to scroll through. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be con

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Stephen Paul Weber
Somebody claiming to be Andrew Hills wrote: On Wed, Oct 19, 2011 at 9:20 PM, Stephen Paul Weber wrote: Or are you complaining about filesize? Are you on dialup? No, just complaining that it's hard to find the content in your message when the majority of my mail reader's window is f

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Stephen Paul Weber
Somebody claiming to be Kurt H Maier wrote: Thanks for sending out a kilobyte of text with an eleven-word reply buried in the middle, Stephen Paul Weber. Sorry, most mailing lists hate MIME, so I send inline. Or are you complaining about filesize? Are you on dialup? -- Stephen Paul Weber

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Stephen Paul Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Somebody claiming to be Aurélien Aptel wrote: >Attached wrong patch; use this one, sorry. I can confirm that this patch works for me in irssi :D - -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be

[dev] Re: dvtm keybindings

2011-10-19 Thread Stephen Paul Weber
gets codes it doesn't understand it falls back to xterm? - -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition right joseph -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOn0vYAAoJENEcKRHOUZzeRqQP/2+

Re: [dev] Some questions about st and a patch

2011-10-17 Thread Stephen Paul Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Somebody claiming to be Connor Lane Smith wrote: >On 17/10/2011, Stephen Paul Weber wrote: >> 4) alt+leftarrow and alt+rightarrow, which I use in irssi to swich chats, do >>not seem to work. Looking at st.c, it seems that kpr

[dev] Some questions about st and a patch

2011-10-17 Thread Stephen Paul Weber
dles the arrow keys specially, which may be breaking this? I've also created a small patch, attached, which allows one to paste the contents of CLIPBOARD with alt+shift+insert. -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I prefer to be contacted edition r

Re: [dev] [dwm] adding docking support

2011-10-17 Thread Stephen Paul Weber
there's no conceptual tension between dwm and a statusbar *since dwm has a statusbar*. Isn't "docking" really just another layout? One where most windows tile below a window kept at the top/side? -- Stephen Paul Weber, @singpolyma See <http://singpolyma.net> for how I

[dev] tabbed patch to accept client as argument

2010-11-04 Thread Stephen Paul Weber
./tabbed surf -e -- Stephen Paul Weber, @singpolyma Please see <http://singpolyma.net> for how I prefer to be contacted. edition right joseph diff -r f8f6841b3c1c config.def.h --- a/config.def.h Mon Aug 09 11:59:13 2010 +0100 +++ b/config.def.h Thu Nov 04 11:52:46 2010 -0400 @@ -12,7