mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: log: be clear that these are the XCRUSOR_* environment variables
This commit is contained in:
parent
d377221e24
commit
98f3ccfe79
1 changed files with 1 additions and 2 deletions
|
|
@ -912,8 +912,7 @@ wayl_init(const struct config *conf, struct fdm *fdm)
|
|||
}
|
||||
}
|
||||
|
||||
LOG_INFO("cursor theme: %s, size: %u",
|
||||
wayl->xcursor_theme, wayl->xcursor_size);
|
||||
LOG_INFO("XCURSOR_THEME=%s, XCURSOR_SIZE=%u", wayl->xcursor_theme, wayl->xcursor_size);
|
||||
|
||||
if (!fdm_hook_add(fdm, &fdm_hook, wayl, FDM_HOOK_PRIORITY_LOW)) {
|
||||
LOG_ERR("failed to add FDM hook");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue