Feat: add super + q for closing window

This commit is contained in:
Bertrand Benjamin 2020-01-03 08:03:19 +01:00
parent fd88131cc0
commit e17a4ce33f
1 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,16 @@
become: yes
become_user: aur_builder
- name: <super + q> to close window
dconf:
key: "/org/gnome/desktop/wm/keybindings/close"
value: "'<Super>q'"
state: present
become: true
become_user: "{{ item.username }}"
with_items: "{{ me }}"
- name: <super + enter> to fire a terminal - binding
dconf:
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding"