Make workspace config device-specific

This commit is contained in:
Johannes Knopp
2026-04-01 14:34:26 +02:00
parent ef0efe4ba8
commit 4bc368dfd9
3 changed files with 42 additions and 1 deletions

View File

@ -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"