diff options
author | Ben Sima <ben@bsima.me> | 2022-08-03 16:46:27 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-03 16:46:27 -0400 |
commit | d5fe31ef321749135de8ee68eb6306e7fbe51c5a (patch) | |
tree | 07e86f441231254cdd47c2f177f46fb486aed737 | |
parent | f6c234caa69cbabdaf2af763ab5fd37700fe281d (diff) |
switch from landscape to portrait
dummy, you commented the wrong one
-rw-r--r-- | profiles/laptop.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index e01500c..876b95c 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -40,8 +40,8 @@ }; in { # get fingerprints with `autorandr --fingerprint` - #docked-portrait = docked "right"; - docked-landscape = docked "normal"; + docked-portrait = docked "right"; + #docked-landscape = docked "normal"; laptop = { fingerprint.eDP-1 = "00ffffffffffff000daea814000000002c170104951f11780237459e55539229125054000000010101010101010101010101010101015e358096703814402c1c240034ad10000018000000fe004e3134304847452d4541310a20000000fe00434d4e0a202020202020202020000000fe004e3134304847452d4541310a20001f"; config = { |