From 388783e992761ad24ff424b442fdb73078f9495b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 May 2026 09:55:24 +0200 Subject: [PATCH] hyprland: exclude monitors and workspaces conf --- sdata/subcmd-install/3.files-exp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/subcmd-install/3.files-exp.yaml b/sdata/subcmd-install/3.files-exp.yaml index ec4458357..81ce76016 100644 --- a/sdata/subcmd-install/3.files-exp.yaml +++ b/sdata/subcmd-install/3.files-exp.yaml @@ -46,7 +46,7 @@ patterns: - from: "dots/.config/hypr" to: "$XDG_CONFIG_HOME/hypr" mode: "sync" - excludes: ["custom", "hyprlock.conf", "hypridle.conf", "monitors.conf", "workspaces.conf"] + excludes: ["custom", "hyprlock.conf", "hypridle.conf"] # Hyprland special files - from: "dots/.config/hypr/hypridle.conf" to: "$XDG_CONFIG_HOME/hypr/hypridle.conf"