update conf
This commit is contained in:
@ -23,24 +23,26 @@
|
||||
state: link
|
||||
force: true
|
||||
loop:
|
||||
- hyprland.conf
|
||||
# hyprland.conf ported to hyprland.lua (hyprlang deprecated in Hyprland >= 0.55).
|
||||
# hyprlock/hyprpaper stay on hyprlang - they do not support Lua configs yet.
|
||||
- hyprland.lua
|
||||
- hyprlock.conf
|
||||
- hyprpaper.conf
|
||||
- scripts
|
||||
loop_control:
|
||||
loop_var: conf_file
|
||||
|
||||
- name: Symlink host-specific monitors.conf
|
||||
- name: Symlink host-specific monitors.lua
|
||||
file:
|
||||
src: "{{ role_path }}/files/hypr/monitors_{{ ansible_facts['hostname'] }}.conf"
|
||||
dest: "{{ config_dir }}/hypr/monitors.conf"
|
||||
src: "{{ role_path }}/files/hypr/monitors/{{ ansible_facts['hostname'] }}.lua"
|
||||
dest: "{{ config_dir }}/hypr/monitors.lua"
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Symlink host-specific workspaces.conf
|
||||
- name: Symlink host-specific workspaces.lua
|
||||
file:
|
||||
src: "{{ role_path }}/files/hypr/workspaces_{{ ansible_facts['hostname'] }}.conf"
|
||||
dest: "{{ config_dir }}/hypr/workspaces.conf"
|
||||
src: "{{ role_path }}/files/hypr/workspaces/{{ ansible_facts['hostname'] }}.lua"
|
||||
dest: "{{ config_dir }}/hypr/workspaces.lua"
|
||||
state: link
|
||||
force: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user