From 1a3df3652fcb24aa33467a0a6c2fdb6f3c43d63b Mon Sep 17 00:00:00 2001 From: aleks Date: Wed, 27 May 2020 01:35:15 +0200 Subject: Create a desktop-entry for st Creates a desktop-entry for st. This enables to find st in a graphical menu and to display it with a nice icon. --- st.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 st.desktop (limited to 'st.desktop') diff --git a/st.desktop b/st.desktop new file mode 100644 index 0000000..49029d8 --- /dev/null +++ b/st.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=st +Comment=st is a simple terminal implementation for X +Exec=st +Icon=utilities-terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator; -- cgit v1.2.3