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
dock on bottom of main monitor
Start Talon
repl => print(str(ui.screens()[0].visible_rect))
Move the dock menu to the left, right, or top of the screen
repl => print(str(ui.screens()[0].visible_rect)). Note the visible_rect is the same as in step 3.
causes issues with window snapping etc.
The text was updated successfully, but these errors were encountered:
Version: 0.2.0-45-ge13e, Branch: pro, OS: macOS-11.5.2-x86_64-i386-64bit
The easiest repro:
dock on bottom of main monitor
Start Talon
repl => print(str(ui.screens()[0].visible_rect))
Move the dock menu to the left, right, or top of the screen
repl => print(str(ui.screens()[0].visible_rect)). Note the visible_rect is the same as in step 3.
causes issues with window snapping etc.
The text was updated successfully, but these errors were encountered: