Add ubuntu gnome-shell config
This commit is contained in:
parent
cf9bc807d6
commit
37f9615643
18
roles/gnome-shell/tasks/Ubuntu.yaml
Normal file
18
roles/gnome-shell/tasks/Ubuntu.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
- 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'
|
@ -93,3 +93,6 @@
|
||||
state: present
|
||||
key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings'
|
||||
value: "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/']"
|
||||
|
||||
- when: ansible_distribution == 'Ubuntu'
|
||||
include_tasks: Ubuntu.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user