diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index aa1b4c1..a3375a8 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -215,10 +215,15 @@ bind=SUPER,P,exec,keepmenu bind=SUPERSHIFT,P,exec,hyprprofile-dmenu + # 3 monitor setup monitor=eDP-1,1920x1080,1000x1200,1 monitor=HDMI-A-1,1920x1200,1920x0,1 monitor=DP-1,1920x1200,0x0,1 + # 2 monitor setup + #monitor=eDP-1,1920x1080,1920x0,1 + #monitor=DP-1,1920x1200,0x0,1 + xwayland { force_zero_scaling = true }