Can't seem to be able to configure my graphic tablet

Hyprland version
Hyprland 0.50.1

Describe your issue / feature…

Hello, I’ve been trying to setup my graphics tablet to play osu again (I know, I know :wink: ), and I’ve been struggling a bit with the config file. Any change I make does not seem to actually take effect ?

For instance, at first I tried to limit it to my main monitor and it did not work. So instead of using my monitor name I just used “current”, which should work ? But sadly it does not, my tablet still goes between my monitors. Just to check if any settings took effect, I tried to set it in left handed mode and it doesn’t work either. Here is the snippet for my config file, as well as the output of hyprctl regarding my tablet :

input {
 tablet {
	 output = "current"
     left_handed = true
 }
}
Tablets:
	Tablet Pad at 5614b2ad6630 (belongs to 0 -> )
	Tablet at 5614b2b67530:
		wacom-intuos-s-pen
			size: 152x95mm
	Tablet Tool at 5614b2ca6530

Thanks in advance !

that’s certainly wrong, no quotes around strings.

Can you try using per-device configs?

1 Like

Whoops, that did it ! I’ll have to play around with the settings more, but I at least know that it’s detected.