Hyprland User Interface Scaling

Hi there

Is there a way to scale the UI? The UI is tiny and I would need a magnifying glass to be able to read it. I am on Arch Linux and use Hyprland compositor. Thanks for your time!

Hello, there is not an inbuilt scaling option in the PLECS preferences. You may be able to change this through your Hyprland settings or you may want to consider launching PLECS in different windowing environment.

hyprland.conf

xwayland {
    force_zero_scaling = true
}

.Xresources

Xft.dpi: 144

Startup_Apps.conf


exec-once = xrdb -merge ~/.Xresources

I added these lines in the config files to fix the scaling issue.