mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add rofi config deployment for i3 desktop profile
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
- "{{ user_home }}/.config/dunst"
|
||||
- "{{ user_home }}/.config/alacritty"
|
||||
- "{{ user_home }}/.config/Thunar"
|
||||
- "{{ user_home }}/.config/rofi"
|
||||
|
||||
- name: Enable gnome-keyring PAM auth hook
|
||||
ansible.builtin.lineinfile:
|
||||
@@ -68,6 +69,14 @@
|
||||
group: "{{ user_group }}"
|
||||
mode: preserve
|
||||
|
||||
- name: Copy rofi config
|
||||
ansible.builtin.copy:
|
||||
src: "{{ playbook_dir }}/../dotfiles/desktop/.config/rofi/"
|
||||
dest: "{{ user_home }}/.config/rofi/"
|
||||
owner: "{{ username }}"
|
||||
group: "{{ user_group }}"
|
||||
mode: preserve
|
||||
|
||||
- name: Copy .xinitrc
|
||||
ansible.builtin.copy:
|
||||
src: "{{ playbook_dir }}/../dotfiles/desktop/.xinitrc"
|
||||
|
||||
Reference in New Issue
Block a user