~ruther/dwl

773bd04764f8407f90bf5bd10d62cd1712594892 — Weiseguy 1 year, 6 months ago 755fcae
Add desktop entry file
2 files changed, 9 insertions(+), 1 deletions(-)

M Makefile
A dwl.desktop
M Makefile => Makefile +4 -1
@@ 52,8 52,11 @@ install: dwl
	mkdir -p $(DESTDIR)$(MANDIR)/man1
	cp -f dwl.1 $(DESTDIR)$(MANDIR)/man1
	chmod 644 $(DESTDIR)$(MANDIR)/man1/dwl.1
	mkdir -p $(DESTDIR)$(PREFIX)/share/wayland-sessions
	cp -f dwl.desktop $(DESTDIR)$(PREFIX)/share/wayland-sessions/dwl.desktop
	chmod 644 $(DESTDIR)$(PREFIX)/share/wayland-sessions/dwl.desktop
uninstall:
	rm -f $(DESTDIR)$(PREFIX)/bin/dwl $(DESTDIR)$(MANDIR)/man1/dwl.1
	rm -f $(DESTDIR)$(PREFIX)/bin/dwl $(DESTDIR)$(MANDIR)/man1/dwl.1 $(DESTDIR)$(PREFIX)/share/wayland-sessions/dwl.desktop

.SUFFIXES: .c .o
.c.o:

A dwl.desktop => dwl.desktop +5 -0
@@ 0,0 1,5 @@
[Desktop Entry]
Name=dwl
Comment=dwm for Wayland
Exec=dwl
Type=Application

Do not follow this link