Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduces redundant containers #7961

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

  1. reduces redundant containers

    Applying layout changes to the parent of the parent, in case the parent
    only has a single child, stops the creation of a chain of single child
    containers. The way of doing is hacky but i have no idea, what i am
    doing.
    bonsaiiV committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fc63ed4 View commit details
    Browse the repository at this point in the history
  2. matches i3 behavior

    found the flatten function :)
    i just followed it; not used it, as that is, what i3 is doing too
    bonsaiiV committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    272d14f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    94620bb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    5507c3b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    9118a45 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    91f60f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    74d1e2a View commit details
    Browse the repository at this point in the history