Feat: alacritty -> urxvt

This commit is contained in:
Bertrand Benjamin 2021-06-11 08:30:51 +02:00
parent 2fc16f9b2e
commit fbcabb69f9
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
- name: <super + enter> 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 }}"