diff --git a/playbooks/Linux.yaml b/playbooks/Linux.yaml index 566be00..c2cfbb9 100644 --- a/playbooks/Linux.yaml +++ b/playbooks/Linux.yaml @@ -3,4 +3,5 @@ - import_playbook: UnixGUI.yaml - hosts: localhost roles: + - role: gnome-shell - role: kitty diff --git a/roles/gnome-shell/tasks/main.yaml b/roles/gnome-shell/tasks/main.yaml new file mode 100644 index 0000000..d6ba708 --- /dev/null +++ b/roles/gnome-shell/tasks/main.yaml @@ -0,0 +1,8 @@ +--- +- dconf: + # key: /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings + key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0' + state: read + register: custom_keybindins + +- debug: msg={{custom_keybindins}}