On (12/03/07 08:18), Anselm R. Garbe wrote:
> To: dynamic window manager <dwm_AT_suckless.org>
> From: "Anselm R. Garbe" <arg_AT_suckless.org>
> No locker should prevent you from killing the x server. If you
> use startx use
>
> startx && exit
>
> to prevent such situation, or simply
>
> exec startx
>
Better is: (startx &) && exit
which exits right after the startx is started on background.
-Ph
Received on Mon Mar 12 2007 - 12:25:24 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:38:57 UTC