is there a way to "reset" the gdm accessibility options? because i accidentally marked one of them and i made my gdm zoomed and i lost the mouse in that screen. so if anyone know how to reset it i appreciate (of course i need do it in the terminal)
gdm accessibility options
Facundo-c-c You can do gsettings reset <schema path> <key>
to reset a specific key. Or you can do gsettings reset-recursively <schema>
to reset all keys in a schema path. See gsettings help
for more commands, in case you need to figure out what the path you need is.
thanks I could fix it, although it took me time to know which of all had to reset but now i know something new
EbonJaeger added the Solved tag .