From 19c88eab8404f11e2c3978d5599c4be5804cf037 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 19 Mar 2024 11:09:19 +0000 Subject: [PATCH] Use FVWM3 config --- roles/home-gui/files/{fvwmrc => fvwm2rc} | 0 roles/home-gui/tasks/dotfiles.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename roles/home-gui/files/{fvwmrc => fvwm2rc} (100%) 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: