19 lines
456 B
YAML
19 lines
456 B
YAML
---
|
|
- name: ubuntu dock disable dock-fixed
|
|
gsettings:
|
|
schema: org.gnome.shell.extensions.dash-to-dock
|
|
key: dock-fixed
|
|
value: 'false'
|
|
|
|
- name: ubuntu dock set dock-position to bottom
|
|
gsettings:
|
|
schema: org.gnome.shell.extensions.dash-to-dock
|
|
key: dock-position
|
|
value: "'BOTTOM'"
|
|
|
|
- name: ubuntu dock disable extend-height
|
|
gsettings:
|
|
schema: org.gnome.shell.extensions.dash-to-dock
|
|
key: extend-height
|
|
value: 'false'
|