Skip to content

Commit

Permalink
Merge pull request #379 from cradle8810/dconf_console
Browse files Browse the repository at this point in the history
dconf for console
  • Loading branch information
cradle8810 authored Nov 17, 2024
2 parents 76b092b + 13cc9ed commit b543c42
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions tasks/console/dconf.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions tasks/console/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- gnome-tweaks
- language-pack-ja
- nautilus-extension-gnome-terminal
- python3-psutil
- remmina
- remmina-plugin-rdp
- seahorse
Expand Down

0 comments on commit b543c42

Please sign in to comment.