Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

home.pointerCursor: use mkDefault to set XCURSOR_PATH #3553

Merged
merged 1 commit into from
Jan 3, 2023
Merged

home.pointerCursor: use mkDefault to set XCURSOR_PATH #3553

merged 1 commit into from
Jan 3, 2023

Commits on Jan 2, 2023

  1. home.pointerCursor: use mkDefault to set XCURSOR_PATH

    This commit fixes conflicting definitions of the XCURSOR_PATH
    environment variable with the same priority under `home.sessionVariables`
    introduced in #2902. Rather than raising the priority
    of the XCURSOR_PATH set in `targets.genericLinux`, the priority of the environment
    variable set in `home.pointerCursor` is lowered via mkDefault. This is done to
    avoid the `target.genericLinux` module overriding user set values silently.
    polykernel committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    3a0f158 View commit details
    Browse the repository at this point in the history