birdwm

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

commit 99fcf0fc1b844900585d4282ceb8af350caf6a71
parent d62b4a1a831730ce36665d6e2dc8d6cf35b8a6fd
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Tue, 30 Apr 2024 18:33:00 -0400

Makefile: move autostart install options to XDG_DATA_DIR

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -40,7 +40,7 @@ dist: clean rm -rf birdwm-${VERSION} install: all - cp -r autostart ${HOME}/.local/share/birdwm + cp -r autostart ${XDG_DATA_HOME}/birdwm mkdir -p ${DESTDIR}${PREFIX}/bin cp -f birdwm ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/dwm @@ -59,7 +59,7 @@ uninstall: ${DESTDIR}${PREFIX}/bin/volume.sh\ ${DESTDIR}${PREFIX}/bin/restarter\ ${DESTDIR}${MANPREFIX}/man1/dwm.1 - rm -rf ${HOME}/.local/share/birdwm + rm -rf ${XDG_DATA_HOME}/birdwm full: make -C slock