diff --git a/roles/home-gui/files/fvwmrc b/roles/home-gui/files/fvwm2rc similarity index 100% rename from roles/home-gui/files/fvwmrc rename to roles/home-gui/files/fvwm2rc diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 2448989..4c1d857 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -23,7 +23,7 @@ dest: "{{ ansible_env.HOME }}/.stalonetrayrc" - name: Create $HOME/.fvwm/config ansible.builtin.copy: - src: fvwmrc + src: fvwm3rc dest: "{{ ansible_env.HOME }}/.fvwm/config" - name: Create NetBSD $HOME/.xsession ansible.builtin.copy: