mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
*.desktop: add StartupWMClass=foot
At least Gnome needs this in order to link running instances of foot to their corresponding .desktop file, used e.g. when determining which icon to display for running applications. Closes #1317
This commit is contained in:
parent
a858934c04
commit
479b3c8ee1
4 changed files with 9 additions and 0 deletions
|
|
@ -48,6 +48,12 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Incorrect icon in dock and window switcher on Gnome ([#1317][1317])
|
||||
|
||||
[1317]: https://codeberg.org/dnkl/foot/issues/1317
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ Keywords=shell;prompt;command;commandline;
|
|||
Name=Foot Server
|
||||
GenericName=Terminal
|
||||
Comment=A wayland native terminal emulator (server)
|
||||
StartupWMClass=foot
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ Keywords=shell;prompt;command;commandline;
|
|||
Name=Foot
|
||||
GenericName=Terminal
|
||||
Comment=A wayland native terminal emulator
|
||||
StartupWMClass=foot
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ Keywords=shell;prompt;command;commandline;
|
|||
Name=Foot Client
|
||||
GenericName=Terminal
|
||||
Comment=A wayland native terminal emulator (client)
|
||||
StartupWMClass=foot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue