fix(hyprland): set specific monitor settings
This commit is contained in:
parent
6b1415d54b
commit
1b9a2a7f85
2 changed files with 5 additions and 4 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue