• Operand
  • can sell console.

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"

    # lab-bigscreen
    # "desc:Technical Concepts Ltd 43S455,highres, -4096x0, 1" #left
    "desc:Technical Concepts Ltd 43S455,highres, auto-up, 1.6" # up
    # "desc:Technical Concepts Ltd 43S455,highres, 0x0, 1.333333" # up

    # 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"
    "desc:Sony SONY TV  *30 0x01010101,3840x2160,auto-left,1.5"

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