Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

Cursor problem on alacritty after installation #561

Description

@duhgrando

This is an known and annoying bug that alacritty dont show the cursor when we move on alacritty window. It would be cool if we set env variables automatically on installation:

wget -qO- https://omakub.org/install | bash

Problem:

XCURSOR_THEME and XCURSOR_SIZE are empty, alacritty use it for some reason, you could check it with:

echo $XCURSOR_THEME
echo $XCURSOR_SIZE

Solution:

Edit your ~/.profile

export XCURSOR_THEME=Yaru
export XCURSOR_SIZE=24

Ps. I just copied the solution from ChatGPT and as it works I stopped to search, so it could be improved, as I understand that its probably some common theme and size.

More info on
#alacritty/alacritty#5889

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions