sway: add monitor config for Northstar

This commit is contained in:
Evie Litherland-Smith 2024-04-12 21:36:08 +01:00
parent 0d3a037ef8
commit ff54d7e919

View file

@ -1 +1,7 @@
{...}: {wayland.windowManager.hyprland.settings.monitor = ["eDP-1,preferred,1920x0,1.50"];} {...}: {
wayland.windowManager.sway.config.output = {
"eDP-1" = {
scale = "1.5";
};
};
}