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.
This commit is contained in:
Donovan Glover 2024-07-08 10:36:47 -04:00
parent 3e1247b1d8
commit 44a2f7e995
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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"