mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
*.desktop: Update to allow footclient and foot to track running instances as separate icons in gnome.
Make windows spawned from Server mode have the app-id of footclient. Make sure that foot.ini app-id settings are respected. Change StartupWMClass to footclient from foot to track app-id change.
This commit is contained in:
parent
d76aa539aa
commit
250b499c1d
3 changed files with 7 additions and 8 deletions
3
config.h
3
config.h
|
|
@ -355,7 +355,8 @@ bool config_override_apply(struct config *conf, config_override_t *overrides,
|
|||
bool config_load(
|
||||
struct config *conf, const char *path,
|
||||
user_notifications_t *initial_user_notifications,
|
||||
config_override_t *overrides, bool errors_are_fatal);
|
||||
config_override_t *overrides, bool errors_are_fatal,
|
||||
bool as_server);
|
||||
void config_free(struct config *conf);
|
||||
struct config *config_clone(const struct config *old);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue