From 373891b492424c64ba8071affd38801a057e35ef Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 19 Feb 2024 22:28:25 +0000 Subject: Add hyprland install definition --- hyprland/.install.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 hyprland/.install.yml (limited to 'hyprland') diff --git a/hyprland/.install.yml b/hyprland/.install.yml new file mode 100644 index 0000000..8bef85a --- /dev/null +++ b/hyprland/.install.yml @@ -0,0 +1,38 @@ +name: Configure sway +steps: + - !Link + from: "hyprland.conf" + to: "~/.config/hypr/hyprland.conf" + recursive: false + - !Link + from: "binds.conf" + to: "~/.config/hypr/binds.conf" + recursive: false + - !Link + from: "hyprpaper.conf" + to: "~/.config/hypr/hyprpaper.conf" + recursive: false + - !Link + from: "input.conf" + to: "~/.config/hypr/input.conf" + recursive: false + - !Link + from: "monitors.conf" + to: "~/.config/hypr/monitors.conf" + recursive: false + - !Link + from: "rules.conf" + to: "~/.config/hypr/rules.conf" + recursive: false + - !Link + from: "settings.conf" + to: "~/.config/hypr/settings.conf" + recursive: false + - !Link + from: "startup.conf" + to: "~/.config/hypr/startup.conf" + recursive: false + - !Link + from: "wallpaper.jpg" + to: "~/.config/hypr/wallpaper.jpg" + recursive: false -- cgit v1.2.3-70-g09d2