diff --git a/tasks/arch_gnome.yml b/tasks/arch_gnome.yml index 6281df8..4ec8753 100644 --- a/tasks/arch_gnome.yml +++ b/tasks/arch_gnome.yml @@ -89,7 +89,7 @@ - name: to fire a terminal - command dconf: key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command" - value: "'alacritty'" + value: "'urxvt'" state: present become: true become_user: "{{ me.username }}"