nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
7.61k stars 125 forks source link

Can accordion padding be resizable with the resize command? #600

Closed bchang closed 1 month ago

bchang commented 1 month ago

Following on my request for accordion-padding to allow a percentage of the screen size, it would go along way if I can simply dynamically change the padding.

It seems the resize command only works in the tiles layout and has no effect in accordion - seems it would be a very elegant solution if resize could function in this context by modifying the accordion-padding value?

nikitabobko commented 1 month ago

Resize command is not ignored inside accordion

Consider the following examples:

h_tiles // (1)
  window1
  v_tiles // (2)
    window2
    h_accordion
      window3
      window4

An attempt to resize horizontally window3 will resize (2)