mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Merge pull request #416 from mitchellh/mrn/gtk-new-window-action
gtk: add new-window action to .desktop files
This commit is contained in:
5
dist/linux/app-flatpak.desktop
vendored
5
dist/linux/app-flatpak.desktop
vendored
@ -7,3 +7,8 @@ Icon=com.mitchellh.ghostty
|
|||||||
Keywords=terminal;tty;pty;
|
Keywords=terminal;tty;pty;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Actions=new-window
|
||||||
|
|
||||||
|
[Desktop Action new-window]
|
||||||
|
Actions=new-window
|
||||||
|
Exec=/app/bin/ghostty
|
||||||
|
5
dist/linux/app.desktop
vendored
5
dist/linux/app.desktop
vendored
@ -7,3 +7,8 @@ Icon=com.mitchellh.ghostty
|
|||||||
Keywords=terminal;tty;pty;
|
Keywords=terminal;tty;pty;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Actions=new-window
|
||||||
|
|
||||||
|
[Desktop Action new-window]
|
||||||
|
Actions=new-window
|
||||||
|
Exec=/usr/bin/ghostty
|
||||||
|
Reference in New Issue
Block a user