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

Can't change cursor size #353

Open
bubnenkoff opened this issue Aug 26, 2024 · 4 comments
Open

Can't change cursor size #353

bubnenkoff opened this issue Aug 26, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@bubnenkoff
Copy link

bubnenkoff commented Aug 26, 2024

I use cage on ArchLinux on high resolution TV. Default cursor is too small.
But settings:

Environment="XCURSOR_SIZE=64"

And

Environment="XCURSOR_SIZE=64"
Environment="XCURSOR_THEME=xcursor-vanilla-dmz"

Did not get any effect.

Full unit:

[Unit]
Description=Start Firefox in Cage
After=network.target
Wants=display-manager.service

[Service]
User=root
Environment=XDG_RUNTIME_DIR=/cache/firefox/
Environment="XCURSOR_SIZE=64"
Environment="GDK_SCALE=3"
Environment="GDK_DPI_SCALE=2"
ExecStartPre=/bin/sleep 1
ExecStart=/usr/bin/cage -s firefox
Restart=always

[Install]
WantedBy=graphical.target
@emersion
Copy link
Contributor

cage does not read the XCURSOR_SIZE nor XCURSOR_THEME env vars at the moment.

@emersion emersion added the enhancement New feature or request label Aug 26, 2024
@bubnenkoff
Copy link
Author

bubnenkoff commented Aug 27, 2024 via email

@emersion
Copy link
Contributor

This feature is not yet supported: there is no way to configure the Xcursor theme/size used by cage currently.

@bubnenkoff
Copy link
Author

bubnenkoff commented Aug 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants