mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 19:51:30 +02:00
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:
parent
3e1247b1d8
commit
44a2f7e995
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user