My Hyprland configurationBasic HyprlandHyprshot - screenshot in HyprlandInstall with the following command:yay -S hyprshotCommands:hyprshot -m window + CLick on the window to take a screenshotSwaync - Notifications into hyprlandInstallationyay -S swayncCreate the folder swaync into ~/.config/.Copy the Json and CSS from the default location:cp /etc/xdg/swaync/config.json ~/.config/swaync/ cp /etc/xdg/swaync/style.css ~/.config/swaync/ Hyprlock - Lock your screenInstallationsudo pacman -S hyprlockConfigurationCreate a file in the ~/.conf/hypr/hyprlock.conf.Ly - Login Manager in TUIInstallationsudo pacman -S lyConfigurationsystemctl status display-manager.service # CHECK CURRENT DISPLAY MANAGER sudo systemctl disable sddm.service # DISABLE CURRENT DISPLAY MANAGER sudo systemctl enable ly.service # ENABLE LY AS DISPLAY MANAGER