Re: [dev] New hardware migration

2011-09-08 Thread Moritz Wilhelmy
On Sun, Aug 28, 2011 at 15:14:33 +0200, hiro wrote: > Yeah, has not been completely rewritten for at least two weeks now and > is thus obviously stale. All these threads on the ML about people who don't even get wmii to start are actually quite funny :-) I'm not actually reading them though, and I

Re: [dev] New hardware migration

2011-09-08 Thread Moritz Wilhelmy
On Sun, Aug 28, 2011 at 12:03:53 +0200, Troels Henriksen wrote: > What crappy content? I'd say the misc-Section might need a clean-up. Most of the programs mentioned under "cool programs" might be goog software, but are certainly not related to dwm/dmenu. There should be a subsection for good soft

Re: [dev] New window manager (with prototype!) [wmii-like] --- looking for help

2011-09-08 Thread Moritz Wilhelmy
On Wed, Aug 03, 2011 at 23:31:09 -0700, Brian Mock wrote: > Then run main.py. cakewm depends on pygame. Ouch.

Re: [dev] A dmenu that includes all additional features

2011-09-08 Thread Moritz Wilhelmy
On Thu, Sep 08, 2011 at 21:00:31 +0200, Dieter Plaetinck wrote: > Hi, > in an attempt to get a dmenu that includes all features I want, I've been > trying to combine patches from various sources to various versions of dmenu. > This has proven to be a pain, as patches conflict with each other (or

Re: [dev] [PATCH] dmenu: Add commandline-options to determine Xinerama-screen

2011-03-12 Thread Moritz Wilhelmy
Hi, On Sat, Mar 12, 2011 at 11:20:24PM +0100, Axel Wagner wrote: > First, I use dmenu in conjunction with i3, so I can't use that patch, > even if I wanted to (though it would be trivially to implement, I think) ;) > Second, as I said, I hate mouse-follows-focus, imho the mouse should > move, when

Re: [dev] [PATCH] dmenu: Add commandline-options to determine Xinerama-screen

2011-03-12 Thread Moritz Wilhelmy
Hi, For your information, there is a "warp" patch on the wiki that warps the mouse pointer to the active window on focus change. Best regards, Moritz

[dev] [st] uuterm

2011-03-03 Thread Moritz Wilhelmy
Hi, This post is mostly to make the minds of the st developers perceive the existence of a similar project: uuterm[1], which was written by the musl developer. Maybe you can merge efforts and draw profit from it. Best regards, Moritz [1] http://etalabs.net/uuterm.html

Re: [dev] Aterm not running properly in dwm

2011-02-26 Thread Moritz Wilhelmy
This sounds - to me - like aterm doesn't support being managed by a windowmanager that has it's own idea of window resizing (tiling wm) urxvt and xterm are known to work. Why are you using aterm, if I may ask?

Re: [dev] [surf] Check SSL certificates

2011-02-16 Thread Moritz Wilhelmy
Hi, Using an authorized_keys file similiar to ssh would be interesting as well. A friend of mine pointed that out, and I don't really like the centralised nature of CAs. Best, Moritz

Re: [dev] Lock mouse focus on window

2011-01-30 Thread Moritz Wilhelmy
Thanks! Maybe this can be useful in conjunction with the warp patch. Cheers, Moritz

Re: [dev] Recent vain attempts at suckless Web applications

2011-01-24 Thread Moritz Wilhelmy
Excerpts from carmen's message of Sun Jan 23 02:35:36 +0100 2011: > minimalist clientside filtering tools exist, eg a 46 line replacement for the > ~600K of code Simile Exhibit project: > http://blog.whats-your.name/public/logex.png Question: Why is your screen-content upside-down and mirrored? B

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-02 Thread Moritz Wilhelmy
Excerpts from Džen's message of Sun Jan 02 18:56:53 +0100 2011: > On 02/01/11 08:01pm, anonymous wrote: > > dmenu cache should be stored under $HOME because different users use > > different $PATH. > I guess this is the main reason why the location of the dmenu cache file > shouldn't be changed --

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-02 Thread Moritz Wilhelmy
Excerpts from Bjartur Thorlacius's message of Sun Jan 02 18:01:34 +0100 2011: > > Maybe /var/tmp/ would be a better choice than /tmp? > Or you know, /var/cache? /tmp and /var/tmp are world-writable and sticky, /var/cache and /var/run are not. > For sockets, /var/run, which is always wiped on boot,

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-02 Thread Moritz Wilhelmy
Excerpts from Troels Henriksen's message of Sun Jan 02 12:29:19 +0100 2011: > /tmp is wiped on system reboot, while you might like your dmenu cache to > live a little longer than that. Not necessarily. This depends on your distribution. A few examples: Slackware doesn't purge it by default, debi

Re: [dev] [st] Fixed -e with support for spaces

2010-11-28 Thread Moritz Wilhelmy
Excerpts from Joseph Xu's message of Sun Nov 28 22:20:21 +0100 2010: > On 11/28/2010 06:22 AM, Aurélien Aptel wrote: > > On Sat, Nov 27, 2010 at 12:35 AM, Joseph Xu wrote: > >> came up with. It relies on the shell that executes st to parse the > >> arguments, so you can't run a command like st -e

Re: [dev] [dmenu] [patch] Display a multi-line text message before (or instead of) the prompt (was: xmessage replacement similar to dmenu)

2010-11-24 Thread Moritz Wilhelmy
Excerpts from Ciprian Dorin, Craciun's message of Wed Nov 24 20:36:20 +0100 2010: > On Wed, Nov 24, 2010 at 21:22, Moritz Wilhelmy wrote: > > Hi, > > > > If I see that correctly your dmenu can be either in "display message" or > > "menu" >

Re: [dev] [dmenu] [patch] Display a multi-line text message before (or instead of) the prompt (was: xmessage replacement similar to dmenu)

2010-11-24 Thread Moritz Wilhelmy
Hi, If I see that correctly your dmenu can be either in "display message" or "menu" mode. I think you should rather split them into two single programs, one for displaying messages and the other one for being a menu. UNIX teaches us to do one thing well instead of clogging everything into a single

Re: [dev] xmessage replacement similar to dmenu

2010-11-23 Thread Moritz Wilhelmy
Excerpts from Antoni Grzymala's message of Wed Nov 24 01:07:40 +0100 2010: > Would you mind sharing your Xdefaults? The font in the screenshot is proggyclean but I switched to xft and dejavu sans mono for urxvt a while back (it has better unicode support). The colours are global, not only for urx

Re: [dev] xmessage replacement similar to dmenu

2010-11-23 Thread Moritz Wilhelmy
How about reading the mails in this thread before posting? dzen was already mentioned.

Re: [dev] xmessage replacement similar to dmenu

2010-11-23 Thread Moritz Wilhelmy
Excerpts from Ciprian Dorin, Craciun's message of Tue Nov 23 20:34:04 +0100 2010: > Well I like `dmenu` for two very important reasons: first it is > simple and solves only one problem (thus suckless :) ), and second it > looks really slick. (It fits as a glove with the `i3` window manager, >

Re: [dev] xmessage replacement similar to dmenu

2010-11-23 Thread Moritz Wilhelmy
If you need something like xmessage and think dzen has too many features, why don't you use xmessage? Cheers, Moritz

Re: [dev] [st] add -c option to change class

2010-11-18 Thread Moritz Wilhelmy
Hi, Why not call it -class? That way it's xterm-compatible. One could also think about renaming -t to -title. Best regards, Moritz

Re: [dev] dmenu patch to return all matching items (for a new dmenu-powered music player interface)

2010-11-11 Thread Moritz Wilhelmy
Excerpts from Dmitry Maluka's message of Thu Nov 11 19:17:26 +0100 2010: > C++ish declarations should be removed. Patch attached. It's actually C99-ish declaration and thus valid. Declaring loop variables before the loop is pointless.

Re: [dev] [st] multibyte patch

2010-11-07 Thread Moritz Wilhelmy
Whatever you want, wchar_t is not the solution.

Re: [dev] Using a different rendering engine for surf

2010-10-20 Thread Moritz Wilhelmy
Excerpts from Wolf Tivy's message of Thu Oct 21 01:15:26 +0200 2010: > IIRC, chromium is friendlier to static linking, being mostly static already. > Is ths correct? I think it's dynamically linked but ships it's own libraries (at least the pre-built version on linux)

Re: [dev] [dwm] Fedora package

2010-10-19 Thread Moritz Wilhelmy
Excerpts from Kurt H Maier's message of Tue Oct 19 17:42:34 +0200 2010: > Relying on a package manager for dwm does not make any sense at all to > begin with. It says this on the project homepage. Please hold > packaging discussions on the respective distro packagers' lists, since > it has nothin

Re: [dev] [dwm] Fedora package

2010-10-19 Thread Moritz Wilhelmy
Excerpts from Anselm R Garbe's message of Tue Oct 19 15:14:15 +0200 2010: > If this is part of the fedora package I'd be very happy with this. I think that's what he's talking about Petr, as most users also need to patch dwm.c to make dwm fit their needs, this seems pointless to me... maybe you sh

Re: [dev] Evils of glibc

2010-10-07 Thread Moritz Wilhelmy
Excerpts from Jacob Todd's message of Fri Oct 08 01:24:55 +0200 2010: > Glibc has been like that for a while. Use dietlibc if you want to actually > link statically. I heard from different sources that dietlibc sucks and is not very well-maintained (not sure if those rumours are true though) Why n

[dev] iksemel™ (Was: [libdc] default font and unicode)

2010-09-30 Thread Moritz Wilhelmy
Excerpts from stanio's message of Thu Sep 30 15:19:33 +0200 2010: > * Jordi Marine [2010-09-30 15:08]: > > readable XML? > > Valid statement. > He didn't say human readable. XML fetishists (university) claim that one of it's best features is "readability". > as readable as tar.gz is. with the

Re: [dev] [libdc] default font and unicode

2010-09-30 Thread Moritz Wilhelmy
> Maybe you should switch to a suckless language that doesn't require > several megs of font data. Maybe dwm should be rewritten to use GTK instead of xlib, and also include a nice, human readable XML config file?

[dev] [dwm] status bar freezes

2010-09-12 Thread Moritz Wilhelmy
tly the condition in propertynotify, if((ev->window == root) && (ev->atom == XA_WM_NAME)) updatestatus(); always fails, since if I call updatestatus() every time the function is called, the status is updated correctly. Does anybody else have similiar problems? Kind regards, Moritz Wilhelmy

Re: [dev] libdraw development

2010-09-06 Thread Moritz Wilhelmy
Hello, Why not just split it, like everybody else does? Plus, other compilers possibly don't support it. I't quite a convention for libraries, as far as I know. Instead, you make it work only with gcc, something you usually complain about as big and sucky that has more fuss than necessary

Re: [dev] nscript - a little stack-based scripting language interpretter I wrote

2010-08-25 Thread Moritz Wilhelmy
Hi, The whole thing actually reminds me of postscript, which I consider a language with a nice syntax. The only thing that sucks about it, is that adobe buried it in favour of this PDF crap, which is really sad. I thought about implementing an alternative windowing system (possibly replacing X11)

Re: [dev] [9base] /bin/rc

2010-08-24 Thread Moritz Wilhelmy
> On page http://suckless.org/people/Kris there are scripts that starts > with /bin/rc she-bang. Someone have also sent some script with > #!/bin/rc in it to this list. > > So I want to ask what is the best way to put rc into /bin under Linux. > Is there any options in plan9port or 9base that all

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Moritz Wilhelmy
In bourne-like shells, fg is absolutely necessary to manage job control. How do you put your jobs back into foreground?

Re: [dev] [patch] add Control-G and Control-D to dmenu

2010-08-09 Thread Moritz Wilhelmy
On Mon, Aug 09, 2010 at 06:38:35PM -0400, TJ Robotham wrote: > On Mon, Aug 09, 2010 at 12:07:11PM +0100, Connor Lane Smith wrote: > > ^D isn't an emacsism insofar as using it in bash when not at the end > > of the line works the same way. That said, I'm aware bash is a > > monster. However: > > Ac

Re: [dev] echo

2010-07-10 Thread Moritz Wilhelmy
> Overhead the albatross hangs motionless upon the air... And deep beneath the rolling waves in labyrinths of coral caves...

Re: [dev] Convert Suckless Projects Documentation to a More Simple Language

2010-06-16 Thread Moritz Wilhelmy
> Esperanto suffers from being a spoken language, and designed for > the laity, no less. I suggest we simply write in the language of > mathematics. Or lisp. The language of mathematics sucks less? You gotta be kidding. it suffers from even more bloat and modification and syntax inconsistencies

Re: [dev] Suckless operating system

2010-06-14 Thread Moritz Wilhelmy
> On Mon, Jun 14, 2010 at 02:22:33PM +0200, Moritz Wilhelmy wrote: > > > * udev (+/- 5sec) was replaced by our (small) fdev (now takes some 0.1 > > > sec). > > > > there is also mdev in busybox, in case you are interested. I like busybox > > very much, but I

Re: [dev] Suckless operating system

2010-06-14 Thread Moritz Wilhelmy
> * udev (+/- 5sec) was replaced by our (small) fdev (now takes some 0.1 sec). there is also mdev in busybox, in case you are interested. I like busybox very much, but I think it lacks documentation.

Re: [dev] XDG directories

2010-06-12 Thread Moritz Wilhelmy
> On Sat, Jun 12, 2010 at 12:45:40PM +0200, Martin Kopta wrote: > >On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > >> > $ ls -d .* | wc -l > >> > 37 > >> > $ ls -ld $HOME > >> > dr-x-- 27 dum8d0g users ... > >> >=20 > >> >=20 > >>=20 > >> $ ls -d .* | wc -l > >>47 > >> $ ls -l

Re: [dev] stderr: unnecessary?

2010-06-11 Thread Moritz Wilhelmy
I know you're trolling, but I already thought about why 0 indicates success. Point is, it actually makes sense because you usually have either success or failure, and in case of failure, you might need another indicator to return the nature of the failure.

Re: [dev] [OT] glibc (was: [9base] rc can't find .)

2010-06-11 Thread Moritz Wilhelmy
Do we have feature-complete alternatives to GNU libc? eglibc is not an option, since it's based solely on the point that Drepper is an asshole. >From what I heard, uClibc is incomplete, as is klibc and dietlibc.. What else do we have? Android libc? How many programs depend on glibc?

Re: [dev] Is Mercurial (hg) suckless?

2010-06-10 Thread Moritz Wilhelmy
> tla? You must be joking, latest release dates 2006, it's code is > 150kSLOC (nearly 8 times Mercurial) -- most likely caused by the GNU > factor (==smoking too much weed) and the interface is completely > retarded (and always has been). Uriel mentioned Tom Lord's ranting about svn, so I thought

Re: [dev] Is Mercurial (hg) suckless?

2010-06-10 Thread Moritz Wilhelmy
> Tom Lord did a fairly good job diagnosing some of the psychological > aspects that drove the svn insanity: > > http://harmful.cat-v.org/software/svn/diagnosing By the way, is anyone here using tla? I used to, but being involved in some projects using git and hg (and svn for university, blergh,

Re: [dev] Re: Is Mercurial (hg) suckless?

2010-06-10 Thread Moritz Wilhelmy
We had this discussion often enough, maybe you should search the mailing list archive before reposting? it gets boring. (maybe we should add a search-button to the archive?) Furthermore, please stop sending your HTML mail garbage to public mailing lists. See http://www.asciiribbon.org/ for more inf

[dev] [dmc] does dmc handle nmh folders?

2010-06-06 Thread Moritz Wilhelmy
Hi, I have been using nmh for quite some time, and now I wonder if dmc is able to read the folder format nmh uses for managing mails. If not, is it planned to implement it? I'd like to keep my folders compatible to nmh and would preferrably not convert them back to maildir. Kind regards, Moritz

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

2010-06-01 Thread Moritz Wilhelmy
> On Tue, Jun 01, 2010 at 01:27:07PM +0200, Mate Nagy wrote: > > Using the vim splits may be cheating, but it sure is convenient. > sorry for self-reply: I thought that maybe for maximum punishment, the > fibonacci layout could support nmaster. (Also note that this is a > 2560x1600 setup, that's wh

Re: [dev] Is there a reason to use install(1)?

2010-05-29 Thread Moritz Wilhelmy
> You mean, install is just meant as a wrapper around the standard > tools > to express the actions in a more compact way. (btw: It's a shame that > install isn't a shell script then.) Well. why isn't man(1) a shell-script? And what about the dozens of other tools which could be trivially implem

Re: [dev] Is there a reason to use install(1)?

2010-05-29 Thread Moritz Wilhelmy
foo.sh and tell me about "equally compact" again... install has been there since one of the early BSD releases and has been adopted from every UNIX(-clone) I am aware of. Kind regards, Moritz Wilhelmy

Re: [dev] [wmii] ubuntu packages on launchpad are broken

2010-05-26 Thread Moritz Wilhelmy
Hi, Thanks for the quick fix! > That's interesting. It seems that the install line got lost in some > update. It's there in the new packages. Although, I have to admit, I > tend to discourage people using dot-desktop files (or really display > managers at all). I only ever installed it because th

[dev] [wmii] ubuntu packages on launchpad are broken

2010-05-26 Thread Moritz Wilhelmy
Hi everyone, especially Kris, I installed the lucid (and afterwards looked at the one from karmic, which shows the same behaviour) package from launchpad [1] on the lucid I'm unfortunately forced to use, and both packages are tiny (4.8 KiB) and lack essential files. I guess that's related to the r

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

2010-04-05 Thread Moritz Wilhelmy
On Mon, Apr 05, 2010 at 11:38:42AM +, Connor Lane Smith wrote: > Hey, > > On 4 April 2010 07:57, Mate Nagy wrote: > > This means that making your page respect an imaginary standard gives no > > results except than a pretty badge. Rather than striving towards such an > > ideal, I find it much

Re: [dev] [surf] toggle images and flash, new revision

2010-03-25 Thread Moritz Wilhelmy
r 25, 2010 at 09:27:38AM +, Jimmy Tang wrote: > On Mon, Mar 22, 2010 at 11:44:56PM +0100, Moritz Wilhelmy wrote: > > Hi again, > > Now that I think about it, maybe it'd be best to rename the > > toggleflash function to toggleplugins since it actually should > > d

Re: [dev] [surf] toggle images and flash, new revision

2010-03-22 Thread Moritz Wilhelmy
Hi again, Now that I think about it, maybe it'd be best to rename the toggleflash function to toggleplugins since it actually should disable other plugins aswell (java?) though I did not test this. Kind regards Moritz

Re: [dev] [surf] toggle images and flash, new revision

2010-03-22 Thread Moritz Wilhelmy
: > Hello, > > I added 2 SLOC to the patch Moritz Wilhelmy sent to the mailing list on > 28/09/2009. > > These 2 lines in newclient function make the patch behave opposite to what it > behaved. > > I mean that images and flash are now disabled by default and it'

Re: [dev] Why use Mercurial?

2010-02-16 Thread Moritz Wilhelmy
Have you heard of tinypy? They don't support multiple inheritance. Maybe this makes you happy: http://www.tinypy.org/ Cheers, Moritz

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

2010-02-02 Thread Moritz Wilhelmy
On Tue, Feb 02, 2010 at 12:09:28AM +0100, Nicolai Waniek wrote: > On 02/01/2010 10:25 PM, Uriel wrote: > > If you define your personal identity based on the colors of your > > fucking window manager I feel sorry for your pathetic worthless life. > > This is not the first time that you confuse caus

Re: [dev] [surf] projects with the same name

2010-01-28 Thread Moritz Wilhelmy
On Thu, Jan 28, 2010 at 09:46:23PM +0100, hiro wrote: > Couldn't you just rename surf to porn? Why that?

Re: [dev] [surf] projects with the same name

2010-01-27 Thread Moritz Wilhelmy
On Wed, Jan 27, 2010 at 12:28:06PM +0100, Simon Wesp wrote: > 2010/1/27 Pierre Chapuis > > > I think it's the job of the packagers to take care of that in each > > distribution. If they want to rename the binary to surf-browser or > > suckless-surf, they can do it easily. > > > Of course, this is

Re: [dev] [surf] projects with the same name

2010-01-27 Thread Moritz Wilhelmy
On Wed, Jan 27, 2010 at 11:02:50AM +, Pierre Chapuis wrote: > There is almost no way to avoid name conflicts in OSS projects, I think This isn't true, there are projects named urxvt and ncmpcpp But unless you want to end up with such a name for your project, it is quite hard, I agree.

Re: [dev] [OT] Distribution

2010-01-20 Thread Moritz Wilhelmy
On Wed, Jan 20, 2010 at 03:11:03PM +0300, anonymous wrote: > Maybe it is ok too, but I haven't tried it. I suggest Slackware because > I think that it is what OP asked for: you can build software by hand, > make package and install with a package manager. You don't have > to write building script i

Re: [dev] [OT] Distribution

2010-01-19 Thread Moritz Wilhelmy
On Tue, Jan 19, 2010 at 11:56:56PM +0300, anonymous wrote: > Why not Slackware? > Why not suse?

Re: [dev] [SLOCK] is not safe

2010-01-18 Thread Moritz Wilhelmy
On Mon, Jan 18, 2010 at 07:51:09PM +0100, Nico Golde wrote: > Hi, > * Julien Pecqueur [2010-01-17 16:22]: > > I'm using slock and i am suprised to realize that is not safe at all! > > > > I launched slock in my DWM session. I just have to press CTRL+ALT+F1 > > and press CTRL+z (to send startx in

Re: [dev] Fwd: [9fans] more videos

2010-01-18 Thread Moritz Wilhelmy
Great! Thanks for sharing On Mon, Jan 18, 2010 at 09:20:14AM +0100, pancake wrote: > Sry for crossposting. I just find it interesting :) > > > Begin forwarded message: > >> From: Tim Newsham >> Date: January 15, 2010 8:54:38 PM GMT+01:00 >> To: 9f...@9fans.net >> Subject: [9fans] more videos >> R

Re: [dev] [SLOCK] is not safe

2010-01-17 Thread Moritz Wilhelmy
On Mon, Jan 18, 2010 at 12:41:23AM +0100, Antoni Grzymala wrote: > Sebastian Goll dixit (2010-01-17, 16:44): > > > On Sun, 17 Jan 2010 16:24:11 +0100 > > Gregor Best wrote: > > > > > Same thing with every other screen locker. The only "solution" is to > > > remove the ChangeVT* mappings from the

Re: [dev] Re: [SLOCK] is not safe

2010-01-17 Thread Moritz Wilhelmy
On Sun, Jan 17, 2010 at 08:28:40PM +0100, pascal wrote: > Le Sun, 17 Jan 2010 19:50:33 +0100 > Moritz Wilhelmy a écrit: > > > On Sun, Jan 17, 2010 at 10:33:12AM -0800, Thayer Williams wrote: > > > On Jan 17, 2010 at 07:28 AM, Premysl Hruby wrote: > > > >

Re: [dev] [SLOCK] is not safe

2010-01-17 Thread Moritz Wilhelmy
On Sun, Jan 17, 2010 at 10:33:12AM -0800, Thayer Williams wrote: > On Jan 17, 2010 at 07:28 AM, Premysl Hruby wrote: > > On (17/01/10 16:17), Julien Pecqueur wrote: > > > I'm using slock and i am suprised to realize that is not safe at all! > > > > > > I launched slock in my DWM session. I just h

Re: [dev] [bug] [dwm] Resolution chages

2010-01-10 Thread Moritz Wilhelmy
Hi, I can at least confirm that xrandr -s does not work with dwm 5.2 didn't try --output Moritz On Sun, Jan 10, 2010 at 05:04:48PM +, Anselm R Garbe wrote: > Hi, > > this seems to be an issue in certain Xinerama implementations, I > identified the following a while ago: > > xrandr -s repro

Re: [dev] suckless real time file sync system (or dropbox alternative)

2009-12-22 Thread Moritz Wilhelmy
On Tue, Dec 22, 2009 at 01:19:53PM +0100, Anders Andersson wrote: > On Tue, Dec 22, 2009 at 8:47 AM, pancake wrote: > > Inotify+rsync a guy from the company I work on wrote an app to do this, and > > it is somewhere in the internets. I don't remember the name, but I can ask > > for it. > > Depend

Re: [dev] slock with non-system auth

2009-12-20 Thread Moritz Wilhelmy
On Sun, Dec 20, 2009 at 12:29:48PM +0100, markus schnalke wrote: > [2009-12-20 12:03] Moritz Wilhelmy > > On Sun, Dec 20, 2009 at 11:53:02AM +0100, markus schnalke wrote: > > > > > > Maybe we could give slock a system account to check the password > > > aga

Re: [dev] slock with non-system auth

2009-12-20 Thread Moritz Wilhelmy
On Sun, Dec 20, 2009 at 11:53:02AM +0100, markus schnalke wrote: > [2009-12-19 21:37] pancake > > > > I have done two patches for slock. > > > > The first simplifying the use of cpp and the other adding user > > defined password. > > The password should probably not be a clear text string insi

Re: [dev] [surf] building on freebsd

2009-12-13 Thread Moritz Wilhelmy
Actually, make on debian and most linux systems *is* gmake. Kind Regards Moritz

Re: [dev] [sic] Specifying a channel

2009-12-09 Thread Moritz Wilhelmy
On Wed, Dec 09, 2009 at 08:44:50AM +, Anselm R Garbe wrote: > Afaik hg tip sic sets the channel on first join. > > Cheers, > Anselm > > oh, ok I don't have tip, nvm

Re: [dev] [sic] Specifying a channel

2009-12-09 Thread Moritz Wilhelmy
On Wed, Dec 09, 2009 at 07:07:55AM +, Anselm R Garbe wrote: > 2009/12/8 Frederik Caulier : > > Is there a way to make sic connect to a certain IRC channel by > > specifying it on the command line? > > > > Example: > > > > $ sic -h irc.oftc.net -c <#channel> > > > > Having such a functionality a

Re: [dev] [surf] Man fix patch and feature inquiry

2009-12-03 Thread Moritz Wilhelmy
You can use tsocks with surf for socks proxies.. that's what tor does tsocks resides in LD_PRELOAD and replaces the socket functions with it's own functions to tunnel the traffic over a proxy. Kind regards moritz On Thu, Dec 03, 2009 at 06:54:41AM +, Jonathan Slark wrote: > 2) Being able to s

Re: [dev] wmiirc + gnome-settings-daemon + xmodmap

2009-11-22 Thread Moritz Wilhelmy
On Sun, Nov 22, 2009 at 04:11:29PM +0100, Uriel wrote: > If you are using the gnome-settings-daemon what do you expect other > than pain and misery? > > uriel true. I don't even understand what it's use is... setting a theme can simply be done in ~/.gtkrc-2.0 Moritz

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Moritz Wilhelmy
On Fri, Nov 20, 2009 at 11:20:32AM +, Kai Hendry wrote: > I use a scary Firefox extension "It's all text!" to get my text area > editable in vim. > > Perhaps something like double clicking a textarea (I don't care for > editing input type=text), would simply launch $EDITOR on it. > > yes, s

[dev] [surf] editing textboxes with external command

2009-11-19 Thread Moritz Wilhelmy
Hi there, vimperator includes a keybinding for editing text boxes within an external editor. Since I really don't like the limited editing possibilities of GTK textboxes, I wanted to ask it it is possible to add a keybinding to open the content of a textbox within an external editor and if somebod

Re: [dev] [OT] Java Hate

2009-11-19 Thread Moritz Wilhelmy
What about this one? http://xinutec.org/~pippijn/en/why-not-use_java.xhtml Moritz On Thu, Nov 19, 2009 at 02:09:30AM +0100, Uriel wrote: > I think Paul Graham's criticism's are much more relevant and timeless: > http://www.paulgraham.com/javacover.html > > In short, the real problems with java a

Re: [dev] [OT]: Lisp

2009-11-13 Thread Moritz Wilhelmy
On Sat, Nov 14, 2009 at 12:43:40AM +0200, Dmitry Maluka wrote: > Now, let's stop this discussion. Or we can continue it under the > perspective of improving the C preprocessor, that's an interesting > subject. +1

Re: [dev] [OT]: Go programming language

2009-11-13 Thread Moritz Wilhelmy
On Fri, Nov 13, 2009 at 03:47:46AM +, Aled Gest wrote: > > C preprocessor is stupid. C macros are ugly and dangerous, except of > > simplest cases. > > I totally agree that the C pre-processor sucks. It's ill thought out > and needs replacing. However, going back to what you were saying about

Re: [dev] [surf] surf-0.3 released

2009-11-13 Thread Moritz Wilhelmy
On Fri, Nov 13, 2009 at 02:59:31AM -0600, Jorge Vargas wrote: > On Fri, Oct 30, 2009 at 7:05 AM, Enno Boland (Gottox) > wrote: > > surf-0.3 is out. There are still some bugs left, but I think it's time > > to roll out a new release because there changed a plenty of things: > > - changed cookiefil

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Moritz Wilhelmy
On Wed, Nov 11, 2009 at 06:00:53PM +0100, Preben Randhol wrote: > On Wed, 11 Nov 2009 06:15:06 -0500 > Kris Maglione wrote: > > > Looks more like Limbo/NewSqueak. And the mascot's kind of > > Glenda-ish (plus you mentioned Rob), so I wouldn't doubt it. > > If Rob was involved, I very much doubt

Re: [dev] [OT]: Go programming language

2009-11-11 Thread Moritz Wilhelmy
On Wed, Nov 11, 2009 at 05:59:19PM +0100, Preben Randhol wrote: > Syntactically the language seems a bit confusing at first and > unfortunately too similar to C. It looks a like a messy mix of C and pascal. Would be better without the pascal part.

Re: [dev] dmc news

2009-11-10 Thread Moritz Wilhelmy
On Tue, Nov 10, 2009 at 12:14:47AM -0600, Kurt H Maier wrote: > On Mon, Nov 9, 2009 at 4:49 PM, pancake wrote: > >  - mbox: 150 LOC > >  - mdir: 80 LOC > > Please consider supporting mbox/mdir access over ssh. This was the > one redeeming feature of sup[1], but of course they broke it and have >

Re: [dev] dev+unsubscribe

2009-11-09 Thread Moritz Wilhelmy
On Mon, Nov 09, 2009 at 04:47:00PM +0100, markus schnalke wrote: > [2009-11-09 10:21] Kris Maglione > > On Mon, Nov 09, 2009 at 04:02:56PM +0100, markus schnalke wrote: > > > > > >Aren't they able to take a look at the List-Unsubscribe header? > > > > Apparently. Look closely: > > > To: "dev+un

Re: [dev] [st] a real (I think) feature request

2009-11-09 Thread Moritz Wilhelmy
On Sun, Nov 08, 2009 at 11:46:31PM -0800, Mark Edgar wrote: > On Mon, Nov 2, 2009 at 7:15 AM, Robert C Corsaro wrote: > > It reminds me of your typical IRC client.  transcript above and one line of > > command at the bottom. > > sirc's ssfe implements this in a standalone application: > http://ww

Re: [dev] Re: a little bit of vi+zsh magic

2009-11-05 Thread Moritz Wilhelmy
? nvi (the only vi clone I know of) starts up instantly for me. Isn't there another one called elvis? Regards Moritz Wilhelmy

Re: [dev] Screenshot or copy of previous suckless.org website design

2009-11-05 Thread Moritz Wilhelmy
On Thu, Nov 05, 2009 at 04:38:26PM -0800, Charlie Kester wrote: > On Thu 05 Nov 2009 at 15:25:59 PST Thayer Williams wrote: >> >> It was, in my opinion, one of the best examples of a minimal yet >> functional website > > And the current site is not? No, it sucks ;-)

Re: [dev] JOE editor was: a little bit of vi+zsh magic

2009-11-04 Thread Moritz Wilhelmy
On Wed, Nov 04, 2009 at 12:30:16PM -0700, Jack Woehr wrote: > hiro wrote: >> Today I was forced to use the joe editor for java. >> >> Perhaps I should hang myself... >> > > Perhaps 'joe' was written by the Sirius Cybernetics Company. or by the Illuminati?

Re: [dev] [surf] Bookmarks patch for 0.2

2009-11-01 Thread Moritz Wilhelmy
Would you please add it to the surf page in the suckless wiki? On Fri, Oct 23, 2009 at 08:52:33PM +0200, Tadeusz Sośnierz wrote: > On 23-10-2009 19:26:50, Julien Pecqueur wrote: > > Le mardi 20 octobre 2009 à 02:44:53, Tadeusz Sośnierz a écrit : > > > Hello, > > > I wrote some patch for bookmark h

Re: [dev] [surf] segmentation fault

2009-10-31 Thread Moritz Wilhelmy
On Sat, Oct 31, 2009 at 06:49:07PM +, Anselm R Garbe wrote: > So I'm a bit puzzled it worked for me without any issues and other > telling me they tracked it down into enchant's dbus behavior or > something. Is this arch linux related I wonder? As already said in a earlier thread, my arch has

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Moritz Wilhelmy
On Sat, Oct 31, 2009 at 06:43:39PM +, Anselm R Garbe wrote: > Can't you do something like this (connecting with ssh to the satellite > for just a command): > > ssh u...@sat 'cat >> /some/file.txt' < file.txt Isn't it "ssh u...@foo cat '>>' /some/file.txt < file.txt"? Regards Moritz

Re: [dev] [st] goals / non-goals for st?

2009-10-30 Thread Moritz Wilhelmy
On Fri, Oct 30, 2009 at 06:13:11PM -0500, Kurt H Maier wrote: > More importantly, it allows the attachment of st frontends other than > xlib-based ones to the controlling process, meaning that there can be > directfb or console-based frontends, among other things. Sounds like st will be a great pr

Re: [dev] [st] goals / non-goals for st?

2009-10-30 Thread Moritz Wilhelmy
On Fri, Oct 30, 2009 at 04:01:43PM -0500, Kurt H Maier wrote: > You want your terminal emulator to replace xmessage? Really? xmessage can read from pipes? I like the idea of adding this feature to st... but maybe it should be done by adding a patch to st. Best Regards Moritz

Re: [dev] [st] goals / non-goals for st?

2009-10-29 Thread Moritz Wilhelmy
On Thu, Oct 29, 2009 at 11:01:54PM +0100, frederic wrote: Example: http://xinutec.org/~pippijn/files/img/collection/why-transparency-is-evil.jpg > > So sugar is evil, because if one eats too much of it, one may die. > So, I agree with uriel: transparency is for idiots. > > Oft

Re: [dev] [st] goals / non-goals for st?

2009-10-29 Thread Moritz Wilhelmy
On Wed, Oct 07, 2009 at 12:15:37PM +0200, Richard Pöttler wrote: > What do you think about transparency? I think it might collide with the > suckless-goal and decrease speed. Not only do they decrease speed and add lots of unneccessary lines of code but also transparency makes the content unread

Re: [dev] [surf] few bugs

2009-10-29 Thread Moritz Wilhelmy
What about full urls with commas at the end? example: http://foo.com/bla/bar/asdf, or even http://bleh.com/?foo=a,s, Same behaviour? Regards, Moritz On Thu, Oct 29, 2009 at 02:37:28PM +0100, Tadeusz Sośnierz wrote: > On 29-10-2009 09:26:00, Jacob Todd wrote: > > On Thu, Oct 29, 2009 at 01:27:53PM

Re: [dev] [surf] next release

2009-10-23 Thread Moritz Wilhelmy
On Fri, Oct 23, 2009 at 04:12:08PM +0200, hiro wrote: > Should do a 9p file server with some kind of cookie and session cache, > also precache. using 9p for surf sounds great. This way it should be simple to share data between multiple surf windows Regards

  1   2   >