ianyh / Amethyst

Automatic tiling window manager for macOS à la xmonad.
https://ianyh.com/amethyst/
MIT License
14.68k stars 487 forks source link

BinarySpacePartitioning layout will cause active window to half in size when switching between desktops #1543

Open dpbaines opened 1 year ago

dpbaines commented 1 year ago

Describe the bug I have multiple desktops, one with the binary partition view, another with for example the tall view. The bug occurs when I switch between (software) desktops, from say Binary view desktop -> Tall view desktop -> Binary view desktop. The window that was active in the binary view desktop will half in size, and it will stay this way until relaunching amethyst, leaving an empty space in the second half of that pane.

Applications: What applications are involved? chrome, iterm etc

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen. Windows stay in same place, sized the same.

Screenshots If applicable, add screenshots to help explain your problem.

Versions:

Debug Info

$ /Applications/Amethyst.app/Contents/MacOS/Amethyst --debug-info [--include-apps]

Note: --include-apps will list your manageable applications, but is optional if you don't want to list that. Version: 0.20.0 (108)

OS version: Version 13.5.1 (Build 22G90)

Screens: (0.0, 0.0, 2560.0, 1440.0) [(0.0, 0.0, 2560.0, 1440.0)] (-1512.0, 458.0, 1512.0, 982.0) [(-1512.0, 0.0, 1512.0, 982.0)]

Configuration: window-minimum-width: 0 float-small-windows: 1 window-margin-size: 0 restore-layouts-on-launch: 1 mod1: ( option, shift ) screen-padding-bottom: 0 floating: ( ) screen-padding-top: 0 screen-padding-left: 0 enables-layout-hud: 1 debug-layout-info: 0 ignore-menu-bar: 0 screen-padding-right: 0 new-windows-to-main: 0 focus-follows-mouse: 0 floating-is-blacklist: 1 window-resize-step: 5 mod2: ( option, shift, control ) layouts: ( tall, wide, fullscreen, column, bsp ) window-margins: 0 follow-space-thrown-windows: 1 mouse-follows-focus: 0 window-max-count: 0 enables-layout-hud-on-space-change: 1 window-minimum-height: 0 use-canary-build: 0

Additional context Add any other context about the problem here.