Feat: alacritty as default terminal

This commit is contained in:
Bertrand Benjamin 2020-05-29 07:48:33 +02:00
parent feed7102d6
commit 129a11db1e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
- name: <super + enter> to fire a terminal - command
dconf:
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
value: "'st'"
value: "'alacritty'"
state: present
become: true
become_user: "{{ item.username }}"