mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
8d174429ee
Activate a window to indicate that we want initial focus when the system uses startup notifications. Fixes #6931.
18 lines
338 B
Desktop File
18 lines
338 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
TryExec=alacritty
|
|
Exec=alacritty
|
|
Icon=Alacritty
|
|
Terminal=false
|
|
Categories=System;TerminalEmulator;
|
|
|
|
Name=Alacritty
|
|
GenericName=Terminal
|
|
Comment=A fast, cross-platform, OpenGL terminal emulator
|
|
StartupNotify=true
|
|
StartupWMClass=Alacritty
|
|
Actions=New;
|
|
|
|
[Desktop Action New]
|
|
Name=New Terminal
|
|
Exec=alacritty
|