screenshot-window-sizer: Add phone screenshot sizes
This is going to be convenient to take fake screenshots for phones like the Librem 5. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/65
This commit is contained in:
@@ -63,7 +63,9 @@ let SIZES = [
|
||||
[800, 450],
|
||||
[1024, 576],
|
||||
[1200, 675],
|
||||
[1600, 900]
|
||||
[1600, 900],
|
||||
[360, 654], // Phone portrait maximized
|
||||
[720, 360] // Phone landscape fullscreen
|
||||
];
|
||||
|
||||
function cycleScreenshotSizes(display, window, binding) {
|
||||
|
||||
Reference in New Issue
Block a user