diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 14:26:51 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 14:26:51 +0000 |
| commit | dc41873a79b32ed3d34dd7dac09c081f7472d207 (patch) | |
| tree | ba3c80c8d137263a8f346cf32853d15f75094fab /sway/.install.yml | |
| parent | f4c682dc6bdeebe9f0c6a20deb7092cf893791a1 (diff) | |
Change most things to symlinks instead of hardlinks
Diffstat (limited to 'sway/.install.yml')
| -rw-r--r-- | sway/.install.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sway/.install.yml b/sway/.install.yml index 6924383..7a8f3f9 100644 --- a/sway/.install.yml +++ b/sway/.install.yml @@ -3,20 +3,20 @@ steps: - !Link from: "config" to: "~/.config/sway/config" - recursive: false - !Link - from: "scripts/exit-menu.sh" - to: "~/.config/sway/scripts/exit-menu.sh" - recursive: false + from: "conf.d" + to: "~/.config/sway/conf.d" + symbolic: true - !Copy from: "wallpaper.jpg" to: "~/.config/sway/wallpaper.jpg" recursive: false - !Copy - from: "input.cfg" - to: "~/.config/sway/input.cfg" + from: "input.conf" + to: "~/.config/sway/input.conf" recursive: false - !Copy - from: "output.cfg" - to: "~/.config/sway/output.cfg" - recursive: false
\ No newline at end of file + from: "output.conf" + to: "~/.config/sway/output.conf" + recursive: false + |
