• Operand
  • someone had 2.

gram: build

> ./nixos/module/hypr/screen.nix

Lenses
(coming soon!)


{ home-manager.users.calliope = {
  # See https://wiki.hyprland.org/Configuring/Monitors/
  wayland.windowManager.hyprland.settings.monitor = [
    # chassis screen
    "eDP-1, preferred, 0x0 ,1.5" # origin
    "desc:Samsung Electric Company S24F350 H4ZK801017, preferred, auto-left, 1"

    # mobile-plugscreen
    # "desc:ASUSTek COMPUTER INC ASUS MB16AMT N2LMTF111011,highrr, -${
    #  toString (builtins.floor (4096 + (1920 / 1.2)))
    #}x0, 1.2"
    # "desc:ASUSTek COMPUTER INC ASUS MB16AMT N2LMTF111011,highrr, auto, 1.2"

    ",preferred,auto-up,1"
  ];
}; }