Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 373 Bytes

notepad.md

File metadata and controls

18 lines (11 loc) · 373 Bytes

dconf write a new key : dconf write KEY VALUE

to write string value foo, key must be "'foo'"

set wallpaper :

    dconf write /org/gnome/desktop/background/picture-uri "'file:///home/user/path/to/image.jpg'"

read current: dconf read /org/gnome/desktop/background/picture-uri

result is 'file:///home/user/path/to/image.jpg' need to parse !