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

Cursor reset own size to 24 after few second even after recompllation #355

Open
bubnenkoff opened this issue Sep 8, 2024 · 3 comments
Open

Comments

@bubnenkoff
Copy link

I have recompile cage with new cursor size https://github.com/cage-kiosk/cage/blob/master/seat.h#L15

But after few second it's return it's size back to 24 pixels. Can't I can't understand why.

I am running:
cage -s firefox

@emersion
Copy link
Contributor

emersion commented Sep 8, 2024

This only affects compositor cursors, not client-side cursors.

@bubnenkoff
Copy link
Author

bubnenkoff commented Sep 9, 2024 via email

@emersion
Copy link
Contributor

emersion commented Sep 9, 2024

When the cursor is over an app, the app is responsible for setting the cursor. The app picks the cursor theme/size, and the compositor-wide setting doesn't affect that logic.

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

No branches or pull requests

2 participants