mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
26 lines
599 B
Desktop File
26 lines
599 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=@NAME@
|
|
Type=Application
|
|
Comment=A terminal emulator
|
|
TryExec=@GHOSTTY@
|
|
Exec=@GHOSTTY@ --launched-from=desktop
|
|
Icon=com.mitchellh.ghostty
|
|
Categories=System;TerminalEmulator;
|
|
Keywords=terminal;tty;pty;
|
|
StartupNotify=true
|
|
StartupWMClass=@APPID@
|
|
Terminal=false
|
|
Actions=new-window;
|
|
X-GNOME-UsesNotifications=true
|
|
X-TerminalArgExec=-e
|
|
X-TerminalArgTitle=--title=
|
|
X-TerminalArgAppId=--class=
|
|
X-TerminalArgDir=--working-directory=
|
|
X-TerminalArgHold=--wait-after-command
|
|
DBusActivatable=true
|
|
|
|
[Desktop Action new-window]
|
|
Name=New Window
|
|
Exec=@GHOSTTY@ --launched-from=desktop
|