Bugfix: Store width_factor/height_factor per workspace, not per container
This is a relatively big change, however all cases should be handled by now. Because the function to do graphical resizing got rather large, I’ve created a new file src/resize.c for it. This fixes ticket #35.
This commit is contained in:
@ -125,6 +125,9 @@ Renders your layout (screens, workspaces, containers)
|
||||
src/mainx.c::
|
||||
Initializes the window manager
|
||||
|
||||
src/resize.c::
|
||||
Contains the functions to resize columns/rows in the table.
|
||||
|
||||
src/table.c::
|
||||
Manages the most important internal data structure, the design table.
|
||||
|
||||
|
Reference in New Issue
Block a user