aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-01-29 23:11:00 +0000
committerVaxry <[email protected]>2024-01-29 23:11:00 +0000
commit2e3f0d5991874edb01f1bfe4ffc75701f8b398dc (patch)
tree1068edda03e18168766bddab3cd02c90d1d60933 /Makefile
parent91e8c428431deac1e5eb8e537f002ab960777174 (diff)
downloadHyprland-2e3f0d5991874edb01f1bfe4ffc75701f8b398dc.tar.gz
Hyprland-2e3f0d5991874edb01f1bfe4ffc75701f8b398dc.zip
renderer: Add new background infrastructure
Adds new backgrounds from the winners of the contest Rewrites how it works Allows high color precision PNGs (RGB32F precisely) Fixes a small bug in renderTextureInternalWithDamage Nukes misc:force_hypr_chan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3224970..8e1e4262 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ install:
cd ${PREFIX}/bin && ln -sf Hyprland hyprland
if [ ! -f ${PREFIX}/share/wayland-sessions/hyprland.desktop ]; then cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions; fi
mkdir -p ${PREFIX}/share/hyprland
- cp ./assets/wall_* ${PREFIX}/share/hyprland
+ cp ./assets/wall* ${PREFIX}/share/hyprland
mkdir -p ${PREFIX}/share/xdg-desktop-portal
cp ./assets/hyprland-portals.conf ${PREFIX}/share/xdg-desktop-portal