update aero monitor

This commit is contained in:
2025-06-29 14:32:29 +02:00
parent 56f3c3c5e9
commit 8ba3365456
2 changed files with 7 additions and 2 deletions

View File

@@ -9,7 +9,13 @@
};
};
programs.zoxide.enable = true;
home.packages = with pkgs; [ blueman ];
home = {
packages = with pkgs; [ blueman ];
};
wayland.windowManager.hyprland.settings.monitor = [
"eDP-1,3840x2160@60,0x0,2,bitdepth,10,cm,auto"
"HDMI-A-4,2560x1440@75,1920x-768,1,bitdepth,10,cm,auto"
];
systemd.user.services = {
nm-applet = {
Unit = {

View File

@@ -49,7 +49,6 @@ in
"SUPER,mouse_up,workspace,r+1"
"SUPER,mouse_down,workspace,r-1"
];
monitor = lib.mkAfter [ ",highrr,auto,1" ];
bindm = [
"SUPER,mouse:272,movewindow"
"SUPER,mouse:273,resizewindow"