diff --git a/modules/home/variables/displays/default.nix b/modules/home/variables/displays/default.nix index 8d1fc828..99f17bf3 100644 --- a/modules/home/variables/displays/default.nix +++ b/modules/home/variables/displays/default.nix @@ -10,8 +10,6 @@ tower3 = "Eizo Nanao Corporation CG223W 23252050"; tower4 = "Samsung Electric Company SAMSUNG Unknown"; - jupiter = "Valve Corporation ANX7530 U 0x00000001"; - estradiol1 = "Dell Inc. DELL P2214H KW14V4965YKS"; estradiol2 = "HannStar Display Corp iP192A 051AW1WY03797"; }; diff --git a/modules/home/wms/programs/kanshi/default.nix b/modules/home/wms/programs/kanshi/default.nix index 52b8ac3b..7676b241 100644 --- a/modules/home/wms/programs/kanshi/default.nix +++ b/modules/home/wms/programs/kanshi/default.nix @@ -12,15 +12,6 @@ }; } - { - output = { - criteria = config.displays.jupiter; - mode = "800x1280@59.99900"; - transform = "270"; - scale = 1.15; - }; - } - # Profiles { profile = { @@ -106,8 +97,11 @@ name = "deck"; outputs = [ { - criteria = config.displays.jupiter; + criteria = "Valve Corporation ANX7530 U 0x00000001"; status = "enable"; + mode = "800x1280@59.99900"; + transform = "270"; + scale = 1.15; } ]; };