aboutsummaryrefslogtreecommitdiffstats
path: root/sway/.install.yml
blob: 6924383e3b458a246ca6ecf782a0e3f4d9855c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Configure sway
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
  - !Copy
    from: "wallpaper.jpg"
    to: "~/.config/sway/wallpaper.jpg"
    recursive: false
  - !Copy
    from: "input.cfg"
    to: "~/.config/sway/input.cfg"
    recursive: false
  - !Copy
    from: "output.cfg"
    to: "~/.config/sway/output.cfg"
    recursive: false