wiki:dconf
Table of Contents
dconf
You can use dconf
to manipulate gnome shortcuts from terminal.
For example this lists where gnome saves its screenshots
dconf dump /org/gnome/gnome-screenshot/
List all dconf keys
dconf dump /
Read specific path
dconf dump /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/
Read key
dconf read /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/binding
Write new value to key
dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/binding "'<Super>c'"
Tested on
- Ubuntu 20.04.3 LTS
- GNOME Shell 3.36.9
See also
References
wiki/dconf.txt · Last modified: 2022/04/17 11:40 by antisa