Skip to content

Commit

Permalink
only way I can think of to keep the new Hyprland in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Midjich committed Nov 21, 2024
1 parent 4764c07 commit 9da831b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ RUN dnf -y install \
pushd Hyprland && mkdir -p --mode=0755 /var/usrlocal && \
mkdir -p --mode=0755 /var/usrlocal/{include,share,bin,etc,games,lib,man,sbin,src} && \
meson _build && ninja -C _build && sudo ninja -C _build install && \
sudo cp example/hyprland.desktop /usr/share/wayland-sessions/
sudo cp example/hyprland.desktop /usr/share/wayland-sessions/ && \
sudo cp /usr/local/bin/Hyprland /usr/bin/Hyprland

0 comments on commit 9da831b

Please sign in to comment.