diff options
| author | Nathan Lilienthal <nathan@nixpulvis.com> | 2020-03-13 15:17:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-13 15:17:19 -0400 |
| commit | d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d (patch) | |
| tree | 5060b314d8916e8a2556e37af3005008e94dc0e1 /extra/linux/Alacritty.desktop | |
| parent | 4000ec04d89b9bd77995960d2a9da8fcad55e003 (diff) | |
| download | r-alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.tar.gz r-alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.tar.bz2 r-alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.zip | |
Capitalized the .desktop Filename (#3425)
Follow free desktop file naming conventions.
Diffstat (limited to 'extra/linux/Alacritty.desktop')
| -rw-r--r-- | extra/linux/Alacritty.desktop | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/linux/Alacritty.desktop b/extra/linux/Alacritty.desktop new file mode 100644 index 00000000..5cfd3913 --- /dev/null +++ b/extra/linux/Alacritty.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Type=Application +TryExec=alacritty +Exec=alacritty +Icon=Alacritty +Terminal=false +Categories=System;TerminalEmulator; + +Name=Alacritty +GenericName=Terminal +Comment=A cross-platform, GPU enhanced terminal emulator +StartupWMClass=Alacritty +Actions=New; + +[Desktop Action New] +Name=New Terminal +Exec=alacritty |