Default Windows position

Ralf Mardorf ralf.mardorf at alice-dsl.net
Mon Nov 16 07:07:03 CET 2020


On Sun, 15 Nov 2020 17:45:39 -0800, ToddAndMargo wrote:
>Can you recommend a tutorial on gsettings?

PS: I forgot to mention that you also could use the dconf command by a
script. For dump the gsettings path name changes _from_
                                       org.xfce.mousepad.state.window
                                       
                                       _to_
[rocketmouse at archlinux ~]$ dconf dump /org/xfce/mousepad/state/window/
[/]
fullscreen=false
height=480
maximized=true
width=640
[rocketmouse at archlinux ~]$ man dconf
[rocketmouse at archlinux ~]$ dconf --help
error: unknown command --help

Usage:
  dconf COMMAND [ARGS...]

Commands:
  help              Show this information
  read              Read the value of a key
  list              List the contents of a dir
  write             Change the value of a key
  reset             Reset the value of a key or dir
  compile           Compile a binary database from keyfiles
  update            Update the system databases
  watch             Watch a path for changes
  dump              Dump an entire subpath to stdout
  load              Populate a subpath from stdin

Use 'dconf help COMMAND' to get detailed help.


More information about the Xfce mailing list