Re: [dev] [dwm][PATCH] Add function to exec into another executable

2023-07-15 Thread Dmitry Bogatov
On Sat, Jul 15, 2023 at 08:48:29PM +0600, NRK wrote: > Hi Dmitry, > > > but I don't need to restart X, which is much more annoying. > > There's no need to patch anything to achieve this. You can do something > like this in your xinitrc: > > while :; do dwm; done > > This will re-run dwm

[dev] [dwm][PATCH] Add function to exec into another executable

2023-07-15 Thread Dmitry Bogatov
start X, which is much more annoying. I think usefulness/complexity ratio is good enough to include this patch into dwm main release. >From fa5f13e0c2e17de070968c335f47f5b123f39261 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 22 Feb 2023 17:02:48 -0500 Subject: [PATCH] dwm: add suppor