Compare commits
1 Commits
359ae0ecf9
...
30c99c6516
Author | SHA1 | Date | |
---|---|---|---|
30c99c6516 |
@ -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
|
||||||
|
8
roles/gnome-shell/tasks/main.yaml
Normal file
8
roles/gnome-shell/tasks/main.yaml
Normal 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}}
|
Loading…
x
Reference in New Issue
Block a user