diff --git a/tasks/arch_gnome.yml b/tasks/arch_gnome.yml index 7163548..dab38e1 100644 --- a/tasks/arch_gnome.yml +++ b/tasks/arch_gnome.yml @@ -91,7 +91,7 @@ - name: 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 }}"