birdwm

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

commit 970d8f0ac4e3047dcac794430f69f47c2a0b9f8e
parent 4381d1c0356c96ecb90589361b55939ea8b8d90a
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 15 Sep 2024 01:10:24 -0400

birdwm.c: add helpful comments to header

Diffstat:
Mbirdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/birdwm.c b/birdwm.c @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. * - * dynamic window manager is designed like any other X client as well. It is + * dynamic window manager (for birds) is designed like any other X client as well (but oriented towards birds). It is * driven through handling X events. In contrast to other X clients, a window * manager selects for SubstructureRedirectMask on the root window, to receive * events about window (dis-)appearance. Only one X connection at a time is