User Tools

Site Tools


wiki:dconf

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

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