Create a desktop-entry for st
Enables to find st in a graphical menu and to display it with a nice icon. If some applications still are not displaying an icon for st try the patch [netwmicon](../netwmicon/). Programs like tint2 and alttab rely on a hardcoded icon which has to be stored by st in the \_NET\_WM\_ICON window-property.
This commit is contained in:
3
Makefile
3
Makefile
@ -49,9 +49,12 @@ install: st
|
||||
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
tic -sx st.info
|
||||
@echo Please see the README file regarding the terminfo entry of st.
|
||||
mkdir -p $(DESTDIR)$(APPPREFIX)
|
||||
cp -f st.desktop $(DESTDIR)$(APPPREFIX)
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||
rm -f $(DESTDIR)$(APPPREFIX)/st.desktop
|
||||
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
|
||||
.PHONY: all options clean dist install uninstall
|
||||
|
Reference in New Issue
Block a user