dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8060cdd3703f85d183bd68c6cb64edd256db0977
parent be83332304646b4a5d02d8d477080223dc623138
Author: AndrewLockVI <andrew@laack.co>
Date:   Sat, 15 Feb 2025 01:13:53 -0600

Updated readme

Diffstat:
MREADME | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1,3 +1,13 @@ +This is my current configuration of DWM. Please note, if you are +recreating this then you will likely of benefit by adding the +following to your .xinitrc file so you are able to reload on the +fly without killing your xsession and losing all windows. + +``` +while type dwm >/dev/null ; do dwm && continue || break ; done +``` + + dwm - dynamic window manager ============================ dwm is an extremely fast, small, and dynamic window manager for X.