You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently purchased a Samsung 57" Odyssey monitor. And I love it. Amethyst has made it much more usable. Due to MacOS and scaling in order to get HiDPI out of this monitor you have to plug in two inputs due to MacOS frame buffer issues.
So I have both DisplayPort and HDMI coming out of my Mac Studio and going into the monitor. It is being operated in PBP mode with the options... "Displays do not get their own spaces" enabled in MacOS
When looking at Amethyst it of course correctly sees it as two screens...
Even though I only have one space amongst the two screens. Is it possible to create a layout to extend both screens or a layout that only looks at the size of the space? Just pondering ideas and options.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently purchased a Samsung 57" Odyssey monitor. And I love it. Amethyst has made it much more usable. Due to MacOS and scaling in order to get HiDPI out of this monitor you have to plug in two inputs due to MacOS frame buffer issues.
So I have both DisplayPort and HDMI coming out of my Mac Studio and going into the monitor. It is being operated in PBP mode with the options... "Displays do not get their own spaces" enabled in MacOS
When looking at Amethyst it of course correctly sees it as two screens...
./Amethyst --debug-info
Version: 0.20.0 (108)
OS version: Version 14.1.2 (Build 23B92)
Screens:
(0.0, 0.0, 3360.0, 1890.0) [(0.0, 0.0, 3360.0, 1890.0)]
(3360.0, 0.0, 3360.0, 1890.0) [(3360.0, 0.0, 3360.0, 1890.0)]
Configuration:
focus-follows-mouse: 0
floating: (
)
mod1: (
option,
shift
)
smart-window-margins: 0
use-canary-build: 0
window-resize-step: 5
mouse-swaps-windows: 1
restore-layouts-on-launch: 1
debug-layout-info: 0
enables-layout-hud: 1
screen-padding-top: 0
screen-padding-left: 0
window-minimum-width: 0
screen-padding-right: 0
float-small-windows: 1
screen-padding-bottom: 0
layouts: (
tall,
wide,
fullscreen,
column,
bsp,
"3column-left",
"4column-left",
row,
"widescreen-tall",
"widescreen-tall-right"
)
new-windows-to-main: 0
window-max-count: 0
window-margins: 0
enables-layout-hud-on-space-change: 1
window-margin-size: 5
floating-is-blacklist: 1
mouse-follows-focus: 0
mouse-resizes-windows: 0
ignore-menu-bar: 1
window-minimum-height: 0
follow-space-thrown-windows: 1
mod2: (
option,
shift,
control
)
Even though I only have one space amongst the two screens. Is it possible to create a layout to extend both screens or a layout that only looks at the size of the space? Just pondering ideas and options.
Beta Was this translation helpful? Give feedback.
All reactions