This commit is contained in:
2025-05-10 23:41:59 +01:00
parent fb2370516e
commit 23a653ad1c
3 changed files with 74 additions and 73 deletions

View File

@@ -50,11 +50,21 @@ in {
scroll_factor = "0.5";
};
};
output = {
output = if hostname == "sidon"
then {
DP-3 = {
position = "0 600";
scale = "1.33";
};
HDMI-A-1 = {
position = "2880 0";
scale = "1.33";
transform = "270";
};
} else {
eDP-1 = {
scale = "1.33";
};
DP-3 = {
position = "0 0";
scale = "1.33";