Added packages, fixed hypr conf

This commit is contained in:
2024-07-13 15:34:04 +02:00
parent 993af4e26c
commit 365a2d6ac3
12 changed files with 20 additions and 410 deletions

View File

@@ -12,8 +12,15 @@
path: "{{ ansible_user_dir }}/.config/hypr"
state: directory
- name: "[Hyprland] Create screenshot folder"
ansible.builtin.file:
mode: 0755
path: "{{ ansible_user_dir }}/Pictures/Screenshots"
state: directory
- name: "[Hyprland] Configure"
ansible.builtin.copy:
mode: 0755
src: "./"
dest: "{{ ansible_user_dir }}/.config/hypr"