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

the cursor size function not working #39

Closed
NotWinder opened this issue Jul 11, 2023 · 4 comments
Closed

the cursor size function not working #39

NotWinder opened this issue Jul 11, 2023 · 4 comments

Comments

@NotWinder
Copy link

hi when i set a size for the cursor it dosen't apply it.(it only applys it for google chrome)
i did get it working by setting the cursor in .Xresources
but i wanted to inform you with this problem

i'm using dwm on debian 12

@sawb
Copy link

sawb commented Oct 30, 2023

Same here, but I don't see the setting taking effect anywhere.
I'm on Wayland, so not sure if I can change it in Xresources as you did.

Using Hyprland on Arch here.

I was able to set my cursor settings with the 2 gsettings commands.
gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Original-Amber'
gsettings set org.gnome.desktop.interface cursor-size '16'

@ismay
Copy link

ismay commented May 21, 2024

Yeah same here. Cursor theme only seems to be applied to windows using gtk.

@ismay
Copy link

ismay commented May 21, 2024

After some digging, the reason this seems to be happening is that sway handles this as well. See man 5 sway-input. Solution was to add this to my config:

seat * xcursor_theme Adwaita 24

@nwg-piotr
Copy link
Owner

This is a GTK settings editor, not a part of Hyprland ecosystem. Over GTK windows the cursor size changes, provided that you don't override it in env variables. The rest is out of my range.

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

4 participants