-
-
Notifications
You must be signed in to change notification settings - Fork 710
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
Not keen on cursor change #3239
Comments
I would also like to have an option to disable it. |
The feature was introduced in #3108. Looking at the code, I think that should be possible, would have to introduce a new setting in the config to define if we want static cursors or not, then check for the value before setting the cursor type in AModule
@bananaoomarang @haug1 |
Yeah, it should be easy to hide the cursor effect behind a config flag. And I'm not sure it's necessary to set the cursor on the mouse enter/leave events. I think it can just be configured once in the constructor instead. So that's a welcome change as well, IMO. That will maybe make it work more consistently as well, in reference to OP's comment:
|
Good to hear that should be possible, kinda makes it look like a webpage lol :-) |
I get a horizontally flipped cursor in hyprland/workspaces since this was added in #3108. Personally I think this is an unecessary setting but please make it toggle-able. |
I've opened a PR that hides the cursor change behind a config flag and addresses my previous comment. |
Why close the pull request so early without giving the developer time to look at it? |
Pretty sure it's been seen. There's been activity on the repository. There are PRs in here from 2020. I don't want to have one of those. Also, I just felt I am not invested enough in this to follow up on feedback or merge conflicts if it will happen now or later on. |
Code is still linked, so if the issue is serious enough, that can help in the future. |
Damn, thats a pity, the hand cursor just makes waybar look so damn janky. |
Some of us users clearly think it is serious enough.
On Sunday, 26 May 2024 at 01:57:10 BST, Lars-Ragnar A. Haugen ***@***.***> wrote:
Code is still linked, so if the issue is serious enough, that can help in the future.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I think it would be a good idea to reopen the pull request, to indicate that the issue hasn't been resolved, and making it more visible to other people, who might want to take a look at it. |
Seems like this is the right place to comment, so copying my comment elsewhere here:
I'm going to patch locally to remove the change when it is not configurable. |
Good explanation! |
also, statically configure the cursor type
also, statically configure the cursor type
also, statically configure the cursor type
Would it be possible to make it optional to change the cursor to indicate module clickability?
It seems inconsistent whether or not it changes anyway.
The text was updated successfully, but these errors were encountered: