mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-10 18:46:30 +00:00
update aero monitor
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user