From a8761bc6f2a4c527a8ba8c0396e6a3661a770c40 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:04:25 +0200 Subject: [PATCH] installation: not overwrite whole quickshell dir, overwrite hyprland.conf --- sdata/subcmd-install/3.files-exp.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sdata/subcmd-install/3.files-exp.yaml b/sdata/subcmd-install/3.files-exp.yaml index 63a0cad1f..ec4458357 100644 --- a/sdata/subcmd-install/3.files-exp.yaml +++ b/sdata/subcmd-install/3.files-exp.yaml @@ -13,8 +13,8 @@ user_preferences: keybindings: "default" # default | vim patterns: # Always install these files - - from: "dots/.config/quickshell" - to: "$XDG_CONFIG_HOME/quickshell" + - from: "dots/.config/quickshell/ii" + to: "$XDG_CONFIG_HOME/quickshell/ii" mode: "sync" # Conditionally install these files - from: "dots/.config/fish" @@ -46,11 +46,8 @@ patterns: - from: "dots/.config/hypr" to: "$XDG_CONFIG_HOME/hypr" mode: "sync" - excludes: ["custom", "hyprlock.conf", "hypridle.conf", "hyprland.conf"] + excludes: ["custom", "hyprlock.conf", "hypridle.conf", "monitors.conf", "workspaces.conf"] # Hyprland special files - - from: "dots/.config/hypr/hyprland.conf" - to: "$XDG_CONFIG_HOME/hypr/hyprland.conf" - mode: "hard-backup" - from: "dots/.config/hypr/hypridle.conf" to: "$XDG_CONFIG_HOME/hypr/hypridle.conf" mode: "soft-backup"