Make workspace config device-specific
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
- hyprland.conf
|
||||
- hyprlock.conf
|
||||
- hyprpaper.conf
|
||||
- workspaces.conf
|
||||
# - workspaces.conf
|
||||
- scripts
|
||||
|
||||
- name: Symlink host-specific monitors.conf
|
||||
@ -38,6 +38,13 @@
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Symlink host-specific workspaces.conf
|
||||
file:
|
||||
src: "{{ role_path }}/files/hypr/workspaces_{{ ansible_hostname }}.conf"
|
||||
dest: "{{ config_dir }}/hypr/workspaces.conf"
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Symlink dunst
|
||||
file:
|
||||
src: "{{ role_path }}/files/dunst"
|
||||
|
||||
Reference in New Issue
Block a user