Compare commits

..

No commits in common. "master" and "77c8427663c21ac5e777ec9cf0af7346befa7aa8" have entirely different histories.

4 changed files with 1 additions and 19 deletions

View File

@ -45,8 +45,6 @@ dist: clean
install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
cp -f st.desktop $(DESTDIR)/usr/share/applications/
cp -f st.svg $(DESTDIR)/usr/share/icons/
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
@ -58,8 +56,4 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/st
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
set_default: install
gsettings set org.gnome.desktop.default-applications.terminal exec st
gsettings set org.gnome.desktop.default-applications.terminal exec-arg ''
.PHONY: all options clean dist install uninstall

View File

@ -94,7 +94,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.90;
float alpha = 0.95;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {

View File

@ -1,7 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/usr/local/bin/st
Name=st
Icon=/usr/share/icons/st.svg

5
st.svg
View File

@ -1,5 +0,0 @@
<?xml version="1.0"?>
<!-- Copyright (c) 2014-2017, Laslo Hunhold <dev@frign.de> CC BY 4.0 -->
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="40">
<path d="m 0,32 8,0 0,-16 40,0 0,8 -8,0 0,16 -8,0 0,-16 -16,0 0,16 -16,0 z" fill="#222"/>
</svg>

Before

Width:  |  Height:  |  Size: 256 B