diff options
author | Ben Sima <ben@bsima.me> | 2023-01-20 11:20:29 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-20 11:20:29 -0500 |
commit | 3017f5ffbd3ae6dd062ca36ddb84486ba4376abd (patch) | |
tree | ddc3274170af668a60ebac7a20c1fa6f5e90cf17 | |
parent | e037090b260d6b66f3758cced47ca8e029b9c96e (diff) |
Use landscape instead of portrait
Change-Id: Ibaa8a6f0b1ac5a94846c673a22e4014e0c3e3240
-rw-r--r-- | profiles/laptop.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 499ecde..39c875c 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -46,17 +46,17 @@ position = "0x0"; mode = "1920x1080"; rate = "60.00"; - dpi = 166; + dpi = 156; }; in { - docked-portrait = { - fingerprint = { inherit (fingerprint) HDMI-2; }; - config = { - eDP-1.enable = false; - HDMI-2 = externalMonitor "right"; - }; - }; + #docked-portrait = { + # fingerprint = { inherit (fingerprint) HDMI-2; }; + # config = { + # eDP-1.enable = false; + # HDMI-2 = externalMonitor "right"; + # }; + #}; docked-laptop = { inherit fingerprint; config = { |