birdwm

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

commit a25548a1d64712160c1e9deece21505013de0eb4
parent 08ba351b27eb2185ecb8a23d5cd7ede32de78fab
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 12 Mar 2024 18:02:20 -0400

rename autostart dir from /home/tetraonini/.config/dwm to /home/tetraonini/.config/birdwm

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

diff --git a/dwm.c b/dwm.c @@ -347,7 +347,7 @@ static void zoom(const Arg *arg); static const char autostartblocksh[] = "autostart_blocking.sh"; static const char autostartsh[] = "autostart.sh"; static const char broken[] = "broken"; -static const char dwmdir[] = "dwm"; +static const char dwmdir[] = "birdwm"; static const char localshare[] = ".local/share"; static char stext[256]; static int screen;