3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 10:02:21 +02:00
Files
Monarch-Extension/example/example.display_profiles
2018-03-19 22:56:12 +01:00

15 lines
167 B
Plaintext

profiles {
name: "Landscape"
qualifiers {
width: 1136
height: 640
}
}
profiles {
name: "Portrait"
qualifiers {
width: 640
height: 1136
}
}