User Tools

Site Tools


wiki:dconf

This is an old revision of the document!


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 13:08 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki