[dwm] suckless wiki gopher

2008-07-31 Thread Jeroen Schot
/suckless The idea is pretty simple: No conversion to html and embed the index.md page in the gophermenu (yes, 'i' itemtype abuse). Regards, -- Jeroen Schot

Re: [dwm] setwmname 0.1

2008-05-21 Thread Jeroen Schot
, -- Jeroen Schot diff -ur setwmname-0.1.orig/setwmname.c setwmname-0.1/setwmname.c --- setwmname-0.1.orig/setwmname.c 2008-05-21 12:44:43.678505000 +0200 +++ setwmname-0.1/setwmname.c 2008-05-21 12:36:25.560506000 +0200 @@ -19,16 +19,17 @@ int main(int argc, char **argv) { + int status, format

Re: [dwm] What is the use of Compiz on DWM?

2007-09-05 Thread Jeroen Schot
partially transparent. Too bad xcompmgr is such an unstable/leaky bastard. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

Re: [dwm] spiral and grid tile for dwm-4.4 patch

2007-08-24 Thread Jeroen Schot
, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

Re: [dwm] dwm-4.4

2007-08-24 Thread Jeroen Schot
, there might be a 4.4.1 release. Readding setclientstate(c, NormalState); to manage() fixes xkill for me. See attached diff. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl diff -r 1c30ac0aee7f client.c --- a/client.c Thu Aug 23 18:15:13 2007 +0200 +++ b

Re: [dwm] spiral and grid tile for dwm-4.4 patch

2007-08-24 Thread Jeroen Schot
On Fri, Aug 24, 2007 at 11:47:35AM +0200, Jeroen Schot wrote: Are you aware I already posted an update for the spiral patch (fibonaci)? I will update the diri page soon. Now on the diri (http://www.suckless.org/wiki/dwm/patches/fibonacci). I also fixed the bug that zoom (Mod+Enter) wasn't

[dwm] fibonacci and workspace patch for 4.4

2007-08-23 Thread Jeroen Schot
at a time, but workspaces have separate layouts. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

[dwm] nmaster patch

2007-08-23 Thread Jeroen Schot
fine to me as usually :) and nmaster patch? :) Something like attached? Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl diff -r 1c30ac0aee7f config.default.h --- a/config.default.h Thu Aug 23 18:15:13 2007 +0200 +++ b/config.default.h Thu Aug 23 23

Re: [dwm] Screenshot on DWM wiki

2007-08-15 Thread Jeroen Schot
Hi, On Wed, Aug 15, 2007 at 09:22:43AM -0400, voltaic wrote: Hello all, There is a screenshot of the spiral tiling layout on the wiki: http://www.suckless.org/wiki/dwm/patches/spiral Does anyone know what web browser Jeroen Schot is using in that screenshot? I emailed him about it, but my

Re: [dwm] latest changeset

2007-08-13 Thread Jeroen Schot
: *** [event.o] Error 1 Line 17 of event.c is the KEYS array defined in config.h. The default config.default.h compiles just fine here, so it is your own config.h Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

Re: [dwm] Fwd: [hackers] separated layout-specific stuff...

2007-08-11 Thread Jeroen Schot
of both the old and new system, jsut don't ask me what it is... Regards, Jeroen Schot PS. The comment of incmaster() in tile.h is wrong.

Re: [dwm] layout state per workspace?

2007-08-09 Thread Jeroen Schot
Hi, On Thu, Aug 09, 2007 at 12:23:00PM +0200, Diego Biurrun wrote: So how about having a floating tag then? Or more generally spoken, tags with different layouts. And how would you handle windows with multiple tags (that could have different layouts) then? Regards, -- Jeroen Schot [EMAIL

[dwm] 'make clean' and config.h

2007-08-01 Thread Jeroen Schot
Hi, Currently 'make clean' never removes config.h. In case of a custom config.h this is of course desired behaviour. But when config.h is copied from config.default.h it can be safely removed. Attached one-line patch does this. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http

Re: [dwm] dwm-4.4 is on its way

2007-07-30 Thread Jeroen Schot
these Mathematica grey blobs. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

[dwm] spiral tiling layout

2007-07-24 Thread Jeroen Schot
: +---+---+ | | | | | | | | | | +--+--+-+ | | |-+| | | +--+--+ | | | | | +---+-+-+ [1]: http://www.xmonad.org/contrib.html Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl diff -up dwm.orig

[dwm] minor cleanup

2007-07-24 Thread Jeroen Schot
Hi, Attached are two minuscule patches. The first (clean.diff) removes a switch statement in event.c with only one case. The second (spell.diff) fixes a spelling mistake by me in the shiftview comment. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl diff

Re: [dwm] Basic mouse feature?

2007-07-23 Thread Jeroen Schot
in addition to all other tags and these are sweeped by multiple next's. In my patch selecttag() (or shiftview() as I called it) does nothing when multiple tags are selected, because there is no sane prev/next. Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl diff

Re: [dwm] dwm without statusbar

2007-05-11 Thread Jeroen Schot
-OFF toggling probably won't work for me, but patching it to TOP-OFF won't be that difficult I guess :) Regards, Jeroen Schot

Re: [dwm] grid layout patch for dwm-3.8

2007-03-05 Thread Jeroen Schot
this patch on the diri? Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

Re: [dwm] tagging vs stereo

2007-02-12 Thread Jeroen Schot
a lot of overhead? Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail jabber) http://schot.a-eskwadraat.nl

Re: [dwm] uriel sez the default config is retarded

2007-02-09 Thread Jeroen Schot
different config? Thanks for any pointers. I copied the config.arg.h some time ago. I only changed thinks like: * named tags (and reduced to three) * shortened FLOAT/TILESYM to ~/# * set nmaster to 2 * removed resizemaster because I don't use it Regards, -- Jeroen Schot [EMAIL PROTECTED

[dwm] transparency-hint patch

2007-02-03 Thread Jeroen Schot
Hello all, Yesterday I was playing around a bit with xcompmgr transset and wrote a dwm function that does the same as transset. It's only about 12 lines of code, but thought I'd put my patch on the diri anyway: http://www.suckless.org/wiki/dwm/patches/transparency Regards, -- Jeroen Schot