I grabbed all the dconf
settings for Gnome:
dconf dump /org/gnome/ > dconf.dump
Then I removed most of those until I got to the important ones that help me set up my laptops:
[clocks]
world-clocks=[{'location': <(uint32 2, <('Oakland', 'KOAK', true, [(0.65832848982162007, -2.133408063190589)], [(0.65981076304875375, -2.1340280914073602)])>)>}, {'location': <(uint32 2, <('Tokyo', 'RJTI', true, [(0.62191898430954862, 2.4408429589140699)], [(0.62282074357417661, 2.4391218722853854)])>)>}]
[desktop/datetime]
automatic-timezone=false
[desktop/input-sources]
mru-sources=[('xkb', 'us'), ('ibus', 'anthy')]
sources=[('xkb', 'us'), ('ibus', 'anthy')]
[desktop/interface]
clock-format='12h'
clock-show-date=true
clock-show-weekday=true
color-scheme='prefer-dark'
enable-hot-corners=false
toolkit-accessibility=false
[desktop/peripherals/mouse]
natural-scroll=true
speed=0.0
[desktop/peripherals/touchpad]
tap-to-click=false
two-finger-scrolling-enabled=true
[desktop/wm/preferences]
num-workspaces=1
[settings-daemon/plugins/media-keys]
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/maiki-terminal/']
[settings-daemon/plugins/media-keys/custom-keybindings/maiki-terminal]
binding='<Super>Return'
command='ptyxis'
name='terminal'
[shell/world-clocks]
locations=[<(uint32 2, <('Oakland', 'KOAK', true, [(0.65832848982162007, -2.133408063190589)], [(0.65981076304875375, -2.1340280914073602)])>)>, <(uint32 2, <('Tokyo', 'RJTI', true, [(0.62191898430954862, 2.4408429589140699)], [(0.62282074357417661, 2.4391218722853854)])>)>]
The corresponding dconf
command imported my values:
dconf load /org/gnome/ < ~/docs/dconf/import-dconf.txt
Iβm really happy it configured the Japanese input (βanthyβ) this way!
Now, each time I stop using a computer I will output the dconf
settings and compare to my base, to see if I change or add more over time. 