diff options
Diffstat (limited to 'st.desktop')
| -rw-r--r-- | st.desktop | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,17 @@ [Desktop Entry] Name=st +GenericName=Terminal Comment=st is a simple terminal implementation for X -Exec=st -e /bin/bash --login +Keywords=shell;prompt;command;commandline;cmd; +TryExec=st +Exec=st -m Icon=utilities-terminal -Terminal=false Type=Application Categories=System;TerminalEmulator; +StartupNotify=true +StartupWMClass=st-256color +Actions=new-window; + +[Desktop Action new-window] +Name=New Window +Exec=st |
