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

Introduce tool to customize cursor pixmaps #38

Open
jouae opened this issue Aug 26, 2024 · 0 comments
Open

Introduce tool to customize cursor pixmaps #38

jouae opened this issue Aug 26, 2024 · 0 comments

Comments

@jouae
Copy link
Collaborator

jouae commented Aug 26, 2024

One of the features of MADO is the ability to use a cursor, which can be enabled in the configuration settings.

The cursor functions and window update processes are defined in screen.c and cursor.c. In particular, cursor.c uses a $20\times64$ array named _twin_cursor_default as input for twin_pixmap_create_const, which generates a default white cursor similar to the one in the Windows system.

A custom cursor tool, such as cursor-toolbox, can be created under the tools directory to provide more diverse cursor options.

see https://github.com/charakterziffer/cursor-toolbox

@sysprog21 sysprog21 deleted a comment Aug 26, 2024
@jserv jserv changed the title Implement Custom Cursor Tool for MADO Introduce tool to customize cursor pixmaps Aug 26, 2024
@sysprog21 sysprog21 deleted a comment from jouae Sep 6, 2024
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

1 participant