hyprland
- Awesome Hyprland
- Does not depend on wlroots anymore: Hyprland is now fully independent!
Install
pamac install hypridle hyprlock hyprland xdg-desktop-portal-hyprland \
hyprpolkitagent-bin qt5-wayland qt6-wayland waypaper hyprpaper wlogout \
xdg-desktop-portal-hyprland
Distributions
mylinuxforwork
Setup
Displays
Show all displays/monitors:
hyprctl monitors all
Troubleshooting
See logs:
alias hyprland_logs='tail $XDG_RUNTIME_DIR/hypr/$(ls -t $XDG_RUNTIME_DIR/hypr/ | head -n 2 | tail -n 1)/hyprland.log'
Enable debug log:
$ cat /home/varac/.config/hypr/conf/custom.d/misc.conf
debug {
disable_logs = false
}