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.
This commit is contained in:
Fabio Scotto di Santolo
2026-04-23 23:22:56 +02:00
parent 57a605587a
commit 525b0b0e42

View File

@@ -18,10 +18,8 @@
loop: loop:
- "{{ user_home }}/.config" - "{{ user_home }}/.config"
- "{{ user_home }}/.config/autostart" - "{{ user_home }}/.config/autostart"
- "{{ user_home }}/.config/dunst"
- "{{ user_home }}/.config/alacritty" - "{{ user_home }}/.config/alacritty"
- "{{ user_home }}/.config/Thunar" - "{{ user_home }}/.config/Thunar"
- "{{ user_home }}/.config/rofi"
- "{{ user_home }}/.tmux" - "{{ user_home }}/.tmux"
- "{{ user_home }}/.tmux/bin" - "{{ user_home }}/.tmux/bin"
- "{{ user_home }}/.tmux/plugins" - "{{ user_home }}/.tmux/plugins"