A Wayland based tiling window manager.
Installation
Nvidia Drivers
Follow this guide: NVIDIA Drivers Arch Linux Support and then:
sudo pacman -S egl-waylandvim /etc/modprobe.d/nvidia.confand add the line:
options nvidia_drm modeset=1 fbdev=1
vim ~/.config/hypr/hyprland.confadd the following lines:
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
cursor {
no_hardware_cursors = true
}sudo mkinitcpio -PHyprland
Hyprland Setup Script
https://github.com/JaKooLit/Arch-Hyprland
git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git ~/Arch-Hyprlandcd ~/Arch-Hyprlandchmod +x install.shvim install.shand comment out the line`execute_script “pipewire.sh”./install.sh