Update kanshi.settings

This commit is contained in:
Oliver Davies 2024-05-31 16:09:49 +01:00
parent d515d5cc0f
commit 859d46781c

View file

@ -10,18 +10,21 @@
enable = true; enable = true;
# swaymsg -t get_outputs # swaymsg -t get_outputs
settings = { settings = [
undocked = { {
outputs = [{ profile.name = "undocked";
profile.outputs = [
{
criteria = "eDP-1"; criteria = "eDP-1";
status = "enable"; status = "enable";
mode = "1920x1080"; mode = "1920x1080";
position = "0,0"; position = "0,0";
}]; }
}; ];
}
docked = { {
outputs = [ profile.name = "docked";
profile.outputs = [
{ {
criteria = "eDP-1"; criteria = "eDP-1";
status = "disable"; status = "disable";
@ -31,9 +34,10 @@
criteria = "Samsung Electric Company LU28R55 H4ZRA00128"; criteria = "Samsung Electric Company LU28R55 H4ZRA00128";
mode = "3840x2160"; mode = "3840x2160";
position = "0,0"; position = "0,0";
scale = 1.5;
}
];
} }
]; ];
}; };
};
};
} }