mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
For this to work, the default app-id of footclient has been changed from ‘foot’ to ‘footclient’. By using distinct StartupWMClasses, the compositor can connect a running foot/footclient instance to the correct .desktop-file. This ensures the correct icon is being used in e.g. docks, and that actions like “open another window” works correctly. Note that the user can override the app-id, either by setting app-id in foot.ini, or with the -a,--app-id command line option. Closes #1355
12 lines
270 B
Desktop File
12 lines
270 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Exec=footclient
|
|
Icon=foot
|
|
Terminal=false
|
|
Categories=System;TerminalEmulator;
|
|
Keywords=shell;prompt;command;commandline;
|
|
|
|
Name=Foot Client
|
|
GenericName=Terminal
|
|
Comment=A wayland native terminal emulator (client)
|
|
StartupWMClass=footclient
|