inclement / vivarium

A dynamic tiling Wayland compositor using wlroots
GNU General Public License v3.0
367 stars 13 forks source link

Main panel view counter is currently ignored by layout code #118

Open ahmadraniri1994 opened 2 years ago

ahmadraniri1994 commented 2 years ago

I just noticed that I can't add/reduce window on main panel (increment_counter). I press Mod+period all windows become horizontal tile and I can't change it to normal layout (left window as main panel and left window on secondary space), Mod+period does nothing. Do I need to add something in global config ? Thanks.

inclement commented 2 years ago

Sorry for the long delay responding, I must have accidentally marked this notification as read. I think you've actually discovered a bug in the layout, I never added the main panel view number handling to it. I have a partially-refactored layout branch in progress that will fix this, but no current ETA for merging it.

If anyone would like to fix this that would be welcome.