summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-08-14 13:57:24 -0400
committerBen Sima <ben@bsima.me>2024-08-14 13:57:56 -0400
commit15c3357d0d971f22892b796deb9e22bea51556fb (patch)
tree0673a7fd3fbb07230c7aaa1c99569787b638b970
parent7ce7c05b3e2854f6a2c3aff05b6ed3438dd9e439 (diff)
move my monitors aroundHEADmaster
-rw-r--r--profiles/beryllium.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/profiles/beryllium.nix b/profiles/beryllium.nix
index 7176dc4..cf180aa 100644
--- a/profiles/beryllium.nix
+++ b/profiles/beryllium.nix
@@ -38,12 +38,12 @@ in {
# these fingerprints are almost the same because they are alsmost the same
# monitors, so be careful when changing these
fingerprint = {
- DP-2 = # asus-left
+ DP-2 = # asus-right
"00ffffffffffff0006b3ca28305f010025200104b53e22783bad65ad50459f250e50542308008140818081c081009500b300d1c001014dd000a0f0703e80302035006d552100001a565e00a0a0a02950302035006d552100001e000000fd00283ca0a03c010a202020202020000000fc0041535553205647323839513141017102033ef154010304121305141f9007026061060e0f15161d1e2309070783010000e200d565030c001000681a00000101283c00e305e301e606070159521c023a801871382d40582c45006d552100001e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014";
- DP-0 = # asus-right
+ DP-0 = # asus-left
"00ffffffffffff0006b3ba28c0f40300151f0104b53e22783bb4a5ad4f449e250f50542308008140818081c081009500b300d1c001014dd000a0f0703e80302035006d552100001a565e00a0a0a02950302035006d552100001e000000fd00283ca0a03c010a202020202020000000fc00415355532056473238390a2020019f02033af159010304121305141f9007025d5e5f6061060e0f15161d1e20482309070783010000e200d565030c001000e305e300e6060701565500023a801871382d40582c45006d552100001e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000096";
};
- DP-2 = {
+ DP-0 = {
enable = true;
primary = true;
position = "0x0";
@@ -51,8 +51,8 @@ in {
dpi = 156;
rate = "60.00";
};
- DP-0 = {
- enable = true;
+ DP-2 = {
+ enable = false; # macbook is currently using this monitor
primary = false;
position = "3840x0";
mode = "3840x2160";
@@ -69,8 +69,8 @@ in {
portrait = {
inherit fingerprint;
config = {
- DP-0 = DP-0 // { rotate = "left"; position = "2160x0"; };
- DP-2 = DP-2 // { rotate = "left"; };
+ DP-0 = DP-0 // { rotate = "left"; };
+ DP-2 = DP-2 // { rotate = "left"; position = "2160x0"; };
};
};
};