birdwm

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

commit 0fae217a0508a61baa6d5302253aa82183ae899b
parent 37080090749c62385219da79a0eec5a976a09507
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Tue, 19 Mar 2024 20:51:29 -0400

change autostart folder to $HOME variable instead of $XDG_DATA_HOME in install target

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -38,7 +38,7 @@ dist: clean rm -rf birdwm-${VERSION} install: all - cp -r .dwm ${XDG_DATA_HOME}/birdwm + cp -r .dwm ${HOME}/.local/share/birdwm mkdir -p ${DESTDIR}${PREFIX}/bin cp -f birdwm ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/dwm