-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dconf write


> Write a value to a dconf database path.

More information.


Write a string to a dconf path (note the nested quotes):

dconf write {/example/dconf/path} "'{Example Value}'"

Write a boolean to a dconf path:

dconf write {/example/dconf/path} {true|false}

Write an integer to a dconf path:

dconf write {/example/dconf/path} {16}

Write an array to a dconf path:

dconf write {/example/dconf/path} "[{'My First Value', 'My Second Value'}]"

Write an empty array to a dconf path:

dconf write {/example/dconf/path} "@as []"


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:42:35 2024