Compare commits

...

1 Commits

Author SHA1 Message Date
30c99c6516 temp! 2023-06-08 23:42:40 +01:00
2 changed files with 9 additions and 0 deletions

View File

@ -3,4 +3,5 @@
- import_playbook: UnixGUI.yaml - import_playbook: UnixGUI.yaml
- hosts: localhost - hosts: localhost
roles: roles:
- role: gnome-shell
- role: kitty - 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}}