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

feat: auto_group #7883

Merged
merged 23 commits into from
Oct 2, 2024
Merged

feat: auto_group #7883

merged 23 commits into from
Oct 2, 2024

Commits on Sep 22, 2024

  1. feat: auto_group

    Aqa-Ib committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6aba6e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e0b4c56 View commit details
    Browse the repository at this point in the history
  2. clang-format

    Aqa-Ib committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ae5709c View commit details
    Browse the repository at this point in the history
  3. commentary

    Aqa-Ib committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1767a16 View commit details
    Browse the repository at this point in the history
  4. fix: allfloat = false, when the workspace is filled with tiled and fl…

    …oating groups: the floating groups can't receive new windows.
    Aqa-Ib committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8fc44b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    328fe2a View commit details
    Browse the repository at this point in the history
  6. fix: allfloat = false, layout = dwindle. the only one window in the w…

    …orkspace is a floating group: new windows should merge with it.
    Aqa-Ib committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b7e18ff View commit details
    Browse the repository at this point in the history
  7. adhere to naming

    Aqa-Ib committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    147f293 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ede69bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623b04a View commit details
    Browse the repository at this point in the history
  3. add: when auto_group = false -> allow the user to manually drag the w…

    …indow into the group.
    Aqa-Ib committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    efb07c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. add consistency

    Aqa-Ib committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bbee77f View commit details
    Browse the repository at this point in the history
  2. add multi monitor support

    Aqa-Ib committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1ad7481 View commit details
    Browse the repository at this point in the history
  3. remove repeated check

    Aqa-Ib committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    31af287 View commit details
    Browse the repository at this point in the history
  4. add a missing .lock()

    Aqa-Ib committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2fbdb7e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    2b0acc0 View commit details
    Browse the repository at this point in the history
  2. improve consistency

    Aqa-Ib committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0d06b79 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary check as hyprwm#3302

    is no longer reproduceable
    Aqa-Ib committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2c2d662 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. fix: XWayland floating windows

    Aqa-Ib committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    75dc072 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    74a1613 View commit details
    Browse the repository at this point in the history
  2. also add sizes for new floated windows. fixes a bug where the window …

    …has 0 size when:
    
    + allfloat = true (new windows start as floating).
    + create a new window, tile it, and make it a group
    + create a new window autogrouped into the tiled group.
    + call togglefloat and the window disappears.
    Aqa-Ib committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ce8cc09 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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