home/sway: Add screen config for smithers
This commit is contained in:
parent
62b8e09a20
commit
a440429c6d
|
@ -33,6 +33,12 @@ in
|
||||||
scale = "1.3";
|
scale = "1.3";
|
||||||
position = "2953,0";
|
position = "2953,0";
|
||||||
};
|
};
|
||||||
|
} // lib.optionalAttrs (nixosConfig.networking.hostName == "smithers") {
|
||||||
|
"eDP-1" = {
|
||||||
|
mode = "2256x1504";
|
||||||
|
scale = "1.3";
|
||||||
|
position = "0,0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gaps = { inner = 8; };
|
gaps = { inner = 8; };
|
||||||
|
|
Loading…
Reference in a new issue