[dwm] Re: Layout per tag - patch

2007-03-20 Thread dfenze
Hi, I created patch, which allow me to have selected different layout for each of tags. It may or may not be enabled in compile time by (not) define macro TAGLAYOUTS. When showing all tags (by using $MODKEY-0), layout of last viewed tag is used (and it can be changed there). URL:

[dwm] Fullscreen layout manager - monocle patch

2007-03-20 Thread dfenze
Hi, just created patch to add fullscreen layout manager. It show only one window (that is actualy selected) on screen, but maximized. Switching between windows is then as usualy. URL: http://na.srck.net/dwm/dwm-3.8-monocle.patch --anydot

[dwm] dwm-mitch for dwm-3.8

2007-03-20 Thread Christian Garbs
Hi there, dwm-mitch for dwm 3.8 is not ready yet and I won't have much time this weekend. For anybody interested, here is the most current version: http://yggdrasil.mitch.h.shuttle.de/tmp/dwm-mitch-2.6cvs.tar.gz So far it runs - enough to code on it and write this mail. If you want a maximize

Re: [dwm] dwm-mitch for dwm-3.8

2007-03-20 Thread Christian Garbs
On Tue, Mar 20, 2007 at 09:07:57PM +0100, [EMAIL PROTECTED] wrote: bad URL, can't resolve it You are right, works only from my VPN. This should be ok: http://www.cgarbs.de/tmp/dwm-mitch-2.6cvs.tar.gz Regards, Christian --

[dwm] Re: Fullscreen layout manager - monocle patch (BUG+repair)

2007-03-20 Thread dfenze
On (20/03/07 20:29), wrote: To: dwm@suckless.org Subject: Fullscreen layout manager - monocle patch Hi, just created patch to add fullscreen layout manager. It show only one window (that is actualy selected) on screen, but maximized. Switching between windows is then as usualy. URL:

[dwm] Reloading running dwm - reload patch

2007-03-20 Thread dfenze
Hi, I created patch for reloading dwm with signal USR1. usage: kill -s USR1 $pid_of_dwm dwm then unmanage all window, closes all and reexec itself - which back manages all windows, etc. can be fine while tunning config.h (by new users?) or for upgrading dwm while the X are running.

Re: [dwm] Reloading running dwm - reload patch

2007-03-20 Thread Bruno Deferrari
Thank you!! I wanted to do something like this, but now I don't have to :)