Hello!
Need to remap hotkeys touchpad-toggle for all new users.
If for the current user I do this:
gsettings set org.cinnamon.desktop.keybindings.media-keys touchpad-toggle “[‘p’]”
How can I make this setting global?
Thanks!
Hello!
Need to remap hotkeys touchpad-toggle for all new users.
If for the current user I do this:
gsettings set org.cinnamon.desktop.keybindings.media-keys touchpad-toggle “[‘p’]”
How can I make this setting global?
Thanks!
See Setup and more specifically Custom default values for system settings.
Depending on “who” you are (e.g. a distribution rather than an administrator), GSettings vendor overrides might be better.
Thank you for your help, this issue helped!
I used the Custom default values for system settings documentation and it only worked after I entered the commands.
dconf update
glib-compile-schemas /usr/share/glib-2.0/schemas/
Additionally, the question arose, how to add custom key? I didn’t find an example in the documentation.