Set up hyprland resolution per device.

This commit is contained in:
jay
2025-06-30 02:56:42 -04:00
parent 15cb65e0c3
commit 11fed23ef9

View File

@@ -0,0 +1,10 @@
{ config, pkgs, inputs, lib, ... }:
{
wayland.windowManager.hyprland = {
settings = {
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
};
};
}