mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
declare StartupWMClass
in .desktop (#4930)
This allows the app to be pinned in the dock/task manager in several common desktop environments. When not set this happens when you open the pinned application: 
This commit is contained in:
1
dist/linux/app.desktop
vendored
1
dist/linux/app.desktop
vendored
@ -7,6 +7,7 @@ Icon=com.mitchellh.ghostty
|
|||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
Keywords=terminal;tty;pty;
|
Keywords=terminal;tty;pty;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
StartupWMClass=com.mitchellh.ghostty
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Actions=new-window;
|
Actions=new-window;
|
||||||
X-GNOME-UsesNotifications=true
|
X-GNOME-UsesNotifications=true
|
||||||
|
Reference in New Issue
Block a user