mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
715d4f8be8
The added Action allows the user to open new alacritty windows on systems that support it. https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions
17 lines
326 B
Desktop File
Executable file
17 lines
326 B
Desktop File
Executable file
[Desktop Entry]
|
|
Type=Application
|
|
TryExec=alacritty
|
|
Exec=alacritty
|
|
Icon=utilities-terminal
|
|
Terminal=false
|
|
Catagories=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
|