fix(hyprland): set specific monitor settings

This commit is contained in:
matt1432 2023-11-30 16:11:53 -05:00
parent 6b1415d54b
commit 1b9a2a7f85
2 changed files with 5 additions and 4 deletions

Binary file not shown.

View file

@ -70,10 +70,11 @@ in {
"2560x1440@60" "2560x1440@60"
"1920x120, 1" "1920x120, 1"
]) ])
(builtins.concatStringsSep "," [
# Desc of main monitor has comma, so force its default "desc:GIGA-BYTE TECHNOLOGY CO. LTD. G27QC 0x00000B1D"
# on everything and specify everything else "2560x1440@165"
",2560x1440@165, 1920x1560, 1" "1920x1560, 1"
])
]; ];
input = { input = {