Re: [dwm] dwm-5.4 restart without close clients

2009-01-13 Thread Frederic Chardon
2009/1/13 Luca : > Is there a way to restart dwm after recompiling source without closing > clients? > This is my current .xsession > > xsetroot -solid black & > xrandr -s 1024x768 & > > uxterm & > firefox & > > while true; do > xsetroot -name "`date '+%a %Y%m%d %H:%M'`" > sleep 1 > done & > >

Re: [dwm] xprop patch

2008-12-13 Thread Frederic Chardon
Hello, It is now useless to close stdin: --- orig/dwm.c 2008-12-13 18:05:32.0 +0100 +++ dwm/dwm.c 2008-12-13 18:09:16.0 +0100 @@ -343,7 +343,6 @@ Arg a = {.ui = ~0}; Layout foo = { "", NULL }; - close(STDIN_FILENO); view(&a); lt[sellt] = &

Re: [dwm] dwm-5.3

2008-12-13 Thread Frederic Chardon
2008/12/13 James Turner : > After taking some time and looking at the different signal headers on > OpenBSD only #include is required, no need to #include > which contains additional functions. > > -- > James Turner > BSD Group Consulting > http://www.bsdgroup.org > > Hello, Same for FreeBSD (an