mirror of
https://github.com/alacritty/alacritty.git
synced 2024-10-27 05:32:54 -04:00
765949f256
Note that `WM_CLASS` is now set to `"alacritty", "Alacritty"` instead of the previous value of `"Alacritty", "Alacritty"`. This seems to be more standard. This also contains some revised recommendations for installing the `.desktop` file.
17 lines
328 B
Desktop File
17 lines
328 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
TryExec=alacritty
|
|
Exec=alacritty
|
|
Icon=utilities-terminal
|
|
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
|