This commit is contained in:
Kenneth Benzie 2023-06-08 23:42:40 +01:00
parent 49b292126e
commit 30c99c6516
2 changed files with 9 additions and 0 deletions

View File

@ -3,4 +3,5 @@
- import_playbook: UnixGUI.yaml
- hosts: localhost
roles:
- role: gnome-shell
- role: kitty

View File

@ -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}}