diff options
author | Vaxry <[email protected]> | 2024-01-29 23:11:00 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-01-29 23:11:00 +0000 |
commit | 2e3f0d5991874edb01f1bfe4ffc75701f8b398dc (patch) | |
tree | 1068edda03e18168766bddab3cd02c90d1d60933 /Makefile | |
parent | 91e8c428431deac1e5eb8e537f002ab960777174 (diff) | |
download | Hyprland-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |