mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add Action to desktop file
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
This commit is contained in:
parent
3c6b32014c
commit
715d4f8be8
1 changed files with 5 additions and 0 deletions
|
@ -10,3 +10,8 @@ Name=Alacritty
|
|||
GenericName=Terminal
|
||||
Comment=A cross-platform, GPU enhanced terminal emulator
|
||||
StartupWMClass=Alacritty
|
||||
Actions=New
|
||||
|
||||
[Desktop Action New]
|
||||
Name=New Terminal
|
||||
Exec=alacritty
|
||||
|
|
Loading…
Reference in a new issue