Skip to content

hyprland

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

see ./mylinux4work.md

Setup

Displays

Docs: Monitors

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
}