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:
12
st.desktop
Normal file
12
st.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=st
|
||||
TryExec=st
|
||||
Icon=utilities-terminal
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
|
||||
Name=st
|
||||
GenericName=Terminal
|
||||
Comment=st is a simple terminal implementation for X
|
||||
StartupWMClass=st-256color
|
Reference in New Issue
Block a user