diff --git a/console.yml b/console.yml index f5f9221..e559083 100644 --- a/console.yml +++ b/console.yml @@ -105,3 +105,9 @@ file: tasks/console/desktop.yml tags: - desktop + + - name: Configure Desktop using dconf + ansible.builtin.import_tasks: + file: tasks/console/dconf.yml + tags: + - desktop diff --git a/tasks/console/dconf.yml b/tasks/console/dconf.yml new file mode 100644 index 0000000..79fb962 --- /dev/null +++ b/tasks/console/dconf.yml @@ -0,0 +1,12 @@ +--- +- name: Display Applications on the bottom + community.general.dconf: + key: "/org/gnome/shell/extensions/dash-to-dock" + value: "false" + state: present + +- name: Allow Nautilus treeview + community.general.dconf: + key: "/org/gnome/nautilus/list-view/use-tree-view" + value: "true" + state: present diff --git a/tasks/console/desktop.yml b/tasks/console/desktop.yml index 1cacd84..b8cd9c6 100644 --- a/tasks/console/desktop.yml +++ b/tasks/console/desktop.yml @@ -23,6 +23,7 @@ - gnome-tweaks - language-pack-ja - nautilus-extension-gnome-terminal + - python3-psutil - remmina - remmina-plugin-rdp - seahorse