birdwm

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

commit f001e1f5fc4245f9218cfad7aa378c7373b6c0b5
parent 0a6cf8fe09b18fc01727850b9b2fffc5a903f5bb
Author: grouse <bdmfegys@duck.com>
Date:   Sat,  2 Dec 2023 23:46:09 -0500

renamed desktop file to birdwm, edited Makefile for these changes, moved birdwm.desktop to extras

Diffstat:
MMakefile | 2+-
Aextras/birdwm.desktop | 7+++++++
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -44,7 +44,7 @@ install: all sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 mkdir -p /usr/share/xsessions - cp -f dwm.desktop /usr/share/xsessions/dwm.desktop + cp -f extras/birdwm.desktop /usr/share/xsessions/dwm.desktop uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ diff --git a/extras/birdwm.desktop b/extras/birdwm.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=BIRDWM +Comment=Dynamic Window Manager for birds +TryExec=dwm +Exec=dwm +Type=Application +Icon=dwm