Created
August 17, 2021 16:55
-
-
Save Brottweiler/c2b032e453bf6714c24f01c0e93f294b to your computer and use it in GitHub Desktop.
st desktop entry https://wiki.archlinux.org/title/St#Desktop_entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Simple Terminal | |
GenericName=Terminal | |
Comment=Suckless terminal emulator for X | |
Exec=st -t "Simple Terminal" | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Icon=utilities-terminal | |
Categories=System;TerminalEmulator; | |
Keywords=shell;prompt;command;commandline;cmd; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment