feat: change aero layout

This commit is contained in:
2025-07-30 11:26:54 +02:00
parent e220474055
commit 86f5331def

View File

@@ -15,10 +15,18 @@
kdePackages.okular kdePackages.okular
]; ];
}; };
wayland.windowManager.hyprland.settings.monitor = [ wayland.windowManager.hyprland.settings = {
"eDP-1,3840x2160@60,0x0,2" general.layout = "master";
"HDMI-A-4,2560x1440@75,1920x-768,1" master = {
]; orientation = "right";
mfact = 0.65;
always_keep_position = true;
};
monitor = [
"eDP-1,3840x2160@60,0x0,2"
"HDMI-A-4,2560x1440@75,1920x-768,1"
];
};
systemd.user.services = { systemd.user.services = {
nm-applet = { nm-applet = {
Unit = { Unit = {