On Fri, Jan 12, 2007 at 01:27:56PM +0100, Szabolcs Nagy wrote:
> On 1/12/07, Anselm R. Garbe <arg_AT_suckless.org> wrote:
> >Hi there,
> >
> >I created
> >
> > http://suckless.org/download/dwm-3.0.tar.gz
> >
> cool thanks
>
> btw what is the easiest way to replace the windowmanager without restarting
> X?
> (i dont want to close all my apps but i want to try out the new dwm)
>
> should this be handled in .Xsession/.xinitrc/startup script? (how?)
> or should i add a replace_dwm_with_other_wm(char *wm) function?
In .xinirc:
while true
do
dwm
done
(instead of dwm you could perform a script which launches your
next window manager)
Regards,
-- Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361Received on Fri Jan 12 2007 - 13:43:13 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:34:39 UTC