From 44a2f7e995eab1ab4762debef637883748eb8c0e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 8 Jul 2024 10:36:47 -0400 Subject: [PATCH] hyprland: Use monitor on right with high refresh rate Fixes two distinct issues: One where the monitor positions would previously get mixed up and one where high refresh rate wasn't the default. --- home/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index f96e7ad6..ba88441d 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -67,7 +67,11 @@ in "QT_STYLE_OVERRIDE,kvantum" ]; - monitor = ",preferred,auto,1"; + monitor = [ + ",preferred,auto,1" + "eDP-1,preferred,auto-left,1" + "HDMI-A-1,highrr,auto-right,1" + ]; exec-once = [ "sleep 0.1; swww-daemon"