wiki:dconf
This is an old revision of the document!
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.1641470892.txt.gz · Last modified: 2022/01/06 12:08 by antisa