Add sway-displays.json again?

Was done in 21c4342, but it's still listed as new...
This commit is contained in:
John Mertz 2022-09-05 15:01:04 -04:00
parent c91cae5cd6
commit cf744da959
1 changed files with 92 additions and 0 deletions

92
sway/sway-displays.json Normal file
View File

@ -0,0 +1,92 @@
[
"outputs":{
"DENON-AVAMP":"TV",
"Paperlike253":"eInk",
"0x4140":"yoga"
},
"layouts":{
"TV":{
"TV":{
"enable":1,
"width":3840,
"height":2160,
"x":0,
"y":0,
"rotate":0,
"scale":1.333333,
"waybar":".dotfiles/waybar/main.template",
"fallback":"#010101"
},
"eInk":{
"enable":0
},
"laptop":{
"enable":0
}
},
"eInk":{
"TV":{
"enable":0
},
"eInk":{
"enable":1,
"width":3200,
"height":1800,
"x":0,
"y":0,
"scale":1.5,
"rotate":90,
"waybar":".dotfiles/waybar/main.template",
"fallback":"#010101"
},
"laptop":{
"enable":0
}
},
"laptop":{
"TV":{
"enable":0
},
"eInk":{
"enable":0
},
"yoga":{
"enable":1,
"width":2560,
"height":1440,
"x":0,
"y":0,
"rotate":0,
"scale":1.333333,
"waybar":".dotfiles/waybar/main.template",
"fallback":"#010101"
},
"Both":{
"TV":{
"enable":1,
"width":3840,
"height":2160,
"x":900,
"y":10,
"rotate":0,
"scale":1.333333,
"waybar":".dotfiles/waybar/main.template",
"fallback":"#010101"
},
"eInk":{
"enable":1,
"width":3200,
"height":1800,
"x":0,
"y":0,
"scale":2,
"rotate":90,
"waybar":".dotfiles/waybar/side.template",
"fallback":"#010101"
},
"laptop":{
"enable":0
}
}
}
]