mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 03:04:31 +10:00
installation: not overwrite whole quickshell dir, overwrite hyprland.conf
This commit is contained in:
@@ -13,8 +13,8 @@ user_preferences:
|
|||||||
keybindings: "default" # default | vim
|
keybindings: "default" # default | vim
|
||||||
patterns:
|
patterns:
|
||||||
# Always install these files
|
# Always install these files
|
||||||
- from: "dots/.config/quickshell"
|
- from: "dots/.config/quickshell/ii"
|
||||||
to: "$XDG_CONFIG_HOME/quickshell"
|
to: "$XDG_CONFIG_HOME/quickshell/ii"
|
||||||
mode: "sync"
|
mode: "sync"
|
||||||
# Conditionally install these files
|
# Conditionally install these files
|
||||||
- from: "dots/.config/fish"
|
- from: "dots/.config/fish"
|
||||||
@@ -46,11 +46,8 @@ patterns:
|
|||||||
- from: "dots/.config/hypr"
|
- from: "dots/.config/hypr"
|
||||||
to: "$XDG_CONFIG_HOME/hypr"
|
to: "$XDG_CONFIG_HOME/hypr"
|
||||||
mode: "sync"
|
mode: "sync"
|
||||||
excludes: ["custom", "hyprlock.conf", "hypridle.conf", "hyprland.conf"]
|
excludes: ["custom", "hyprlock.conf", "hypridle.conf", "monitors.conf", "workspaces.conf"]
|
||||||
# Hyprland special files
|
# 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"
|
- from: "dots/.config/hypr/hypridle.conf"
|
||||||
to: "$XDG_CONFIG_HOME/hypr/hypridle.conf"
|
to: "$XDG_CONFIG_HOME/hypr/hypridle.conf"
|
||||||
mode: "soft-backup"
|
mode: "soft-backup"
|
||||||
|
|||||||
Reference in New Issue
Block a user