aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-07-24 18:22:36 +0200
committervaxerski <[email protected]>2023-07-24 18:22:39 +0200
commit9bad2a81809bdaa2020006427af2110b6a912c3b (patch)
tree07aabdafe41d7f4cc80f880f50833ce10148062a /Makefile
parent6db3c4ef5ec21f415577a26b0cdf57c98a778eb5 (diff)
downloadHyprland-9bad2a81809bdaa2020006427af2110b6a912c3b.tar.gz
Hyprland-9bad2a81809bdaa2020006427af2110b6a912c3b.zip
backgrounds: add hypr chan var 2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ff383ef7..1262e234 100644
--- a/Makefile
+++ b/Makefile
@@ -44,12 +44,7 @@ install:
cp -f ./hyprctl/hyprctl ${PREFIX}/bin
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_2K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_4K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_8K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_anime_2K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_anime_4K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_anime_8K.png ${PREFIX}/share/hyprland
+ cp ./assets/wall_* ${PREFIX}/share/hyprland
mkdir -p ${PREFIX}/share/man/man1
install -m644 ./docs/*.1 ${PREFIX}/share/man/man1