diff options
author | Tanish2002 <[email protected]> | 2022-05-08 23:48:13 +0530 |
---|---|---|
committer | Tanish2002 <[email protected]> | 2022-05-08 23:48:13 +0530 |
commit | 7c6fc3c6ad0537888265fb2e3a4e1455d90a68d2 (patch) | |
tree | d26d2a68cd95bca3686709465386842b4c456022 /Makefile | |
parent | 2342b6a10f1f7d238e60a4ff1c33a0ab0dee0e39 (diff) | |
download | Hyprland-7c6fc3c6ad0537888265fb2e3a4e1455d90a68d2.tar.gz Hyprland-7c6fc3c6ad0537888265fb2e3a4e1455d90a68d2.zip |
add xwayland disabling support to flake.nix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ install: make all mkdir -p ${PREFIX}/share/wayland-sessions cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions/ + mkdir -p ${PREFIX}/bin cp ./build/Hyprland ${PREFIX}/bin cp ./hyprctl/hyprctl ${PREFIX}/bin mkdir -p ${PREFIX}/share/hyprland |