From fbcabb69f9fa401457b0d552e9af2a838b36db6a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 11 Jun 2021 08:30:51 +0200 Subject: [PATCH] Feat: alacritty -> urxvt --- tasks/arch_gnome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"