From 525b0b0e4228e2cfb663c4965637f19ed805f29b Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 23 Apr 2026 23:22:56 +0200 Subject: [PATCH] Profile i3: remove unnecessary dunst/rofi directory creation These directories are created automatically by the dotfiles copy task in profile_desktop_i3, so hardcoding them in profile_desktop_common unnecessarily creates them on Sway hosts. --- ansible/roles/profile_desktop_common/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/roles/profile_desktop_common/tasks/main.yml b/ansible/roles/profile_desktop_common/tasks/main.yml index e429eba..42c2a1e 100644 --- a/ansible/roles/profile_desktop_common/tasks/main.yml +++ b/ansible/roles/profile_desktop_common/tasks/main.yml @@ -18,10 +18,8 @@ loop: - "{{ user_home }}/.config" - "{{ user_home }}/.config/autostart" - - "{{ user_home }}/.config/dunst" - "{{ user_home }}/.config/alacritty" - "{{ user_home }}/.config/Thunar" - - "{{ user_home }}/.config/rofi" - "{{ user_home }}/.tmux" - "{{ user_home }}/.tmux/bin" - "{{ user_home }}/.tmux/plugins"