sway: add multimonitor settings
This commit is contained in:
parent
437da46c4e
commit
e72e9a2688
4 changed files with 30 additions and 3 deletions
|
@ -76,10 +76,19 @@ in
|
|||
};
|
||||
output = {
|
||||
"*" = {
|
||||
adaptive_sync = "on";
|
||||
bg = "${theme.background} fill";
|
||||
};
|
||||
"AOC 24G2W1G4 ATNM6XA004804" = {
|
||||
position = "0,0";
|
||||
adaptive_sync = "on";
|
||||
mode = "1920x1080@144.000Hz";
|
||||
};
|
||||
"LG Electronics 25UM58G 0x01010101" = {
|
||||
position = "1920,215";
|
||||
adaptive_sync = "on";
|
||||
scale = "1.2";
|
||||
mode = "2560x1080@74.991Hz";
|
||||
};
|
||||
};
|
||||
fonts = {
|
||||
names = [ font.interface ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue