birdwm

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

commit 2fdccaec3ea02358402547115c05512e88f1e064
parent a25548a1d64712160c1e9deece21505013de0eb4
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 12 Mar 2024 18:03:14 -0400

update Makefile for autostart dir rename

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

diff --git a/Makefile b/Makefile @@ -49,7 +49,7 @@ install: all cp -f extras/volume.sh ${DESTDIR}${PREFIX}/bin cp -f extras/restarter ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/volume.sh - cp -r .dwm ${HOME}/.config/dwm + cp -r .dwm ${HOME}/.config/birdwm uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ @@ -57,7 +57,7 @@ uninstall: ${DESTDIR}${PREFIX}/bin/volume.sh\ ${DESTDIR}${PREFIX}/bin/restarter\ ${DESTDIR}${MANPREFIX}/man1/dwm.1 - rm -rf ${HOME}/.config/dwm + rm -rf ${HOME}/.config/birdwm full: make -C slock