Created attachment 4624 Source of ~/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml Hi! In file ~/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml field ("Device Enabled") which says "pointer is on/off" is set to integer, but it should be boolean I think (only two states, which can be toggled with xconf-query --toggle). I'm attaching mine pointers.xml file. I found this when I started to wrote snippet to turn on/off touchpad on demand. Best regards, elwin013
Device properties can only be float/int/atom, in this case its a 8 bit int.