From 14915108f634ec742dd903345834ff8d4f154dc3 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 25 Nov 2021 18:47:22 +0100 Subject: [PATCH] fix terminal config path --- tasks/xfce4-terminal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/xfce4-terminal.yaml b/tasks/xfce4-terminal.yaml index 3dd29b9..7eaf0d5 100644 --- a/tasks/xfce4-terminal.yaml +++ b/tasks/xfce4-terminal.yaml @@ -2,11 +2,11 @@ - name: xfce4-terminal config directory file: - path: .config/xfce4/terminal + path: ~/.config/xfce4/terminal state: directory - name: xfce4-terminal config template: src: xfce4-terminal/terminalrc.j2 - dest: .config/xfce4/terminal/terminalrc + dest: ~/.config/xfce4/terminal/terminalrc mode: 0755