From 7e05ce118454919e5c3482cb928740fecae98991 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 26 Jan 2024 14:41:54 -0600 Subject: [PATCH] Hyprland config base for 2 monitor setup --- user/wm/hyprland/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 }