From 6672763d1d32682a5a67ae3f675865e5a09d33cc Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 26 Sep 2023 08:49:07 +0200 Subject: [PATCH] chore: clean comments --- machines/p330/home-mandlm.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/p330/home-mandlm.nix b/machines/p330/home-mandlm.nix index a5986ee..e4d1c2d 100644 --- a/machines/p330/home-mandlm.nix +++ b/machines/p330/home-mandlm.nix @@ -6,12 +6,10 @@ DP-2 = { scale = "1.5"; position = "0 526"; - # position = "0 790"; }; DP-3 = { scale = "1.5"; position = "2560 0"; - # position = "3840 0"; transform = "90"; }; }; @@ -28,6 +26,5 @@ { workspace = "8"; output = "DP-2"; } { workspace = "9"; output = "DP-3"; } ]; - }; }