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

Master layout: resizing the last window doesn't work #3005

Closed
akdevservices opened this issue Aug 17, 2023 · 1 comment
Closed

Master layout: resizing the last window doesn't work #3005

akdevservices opened this issue Aug 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@akdevservices
Copy link

akdevservices commented Aug 17, 2023

Hyprland Version

Hyprland, built from branch at commit 9654749 dirty (). Tag: v0.28.0 flags: (if any)

Bug or Regression?

Bug

Description

Master layout: resizing the last window vertically doesn't work.

How to reproduce

  1. Configure Hyprland:
master {
    mfact = 0.5
    new_is_master = false
}
general {
    #...
    layout = master
}
binde = SUPER ALT, H, resizeactive, -20 0
binde = SUPER ALT, J, resizeactive, 0 20
binde = SUPER ALT, K, resizeactive, 0 -20
binde = SUPER ALT, L, resizeactive, 20 0
  1. Open at least 3 windows in a single workspace, i. e. 1 master and at least 2 non-master/slave windows.
  2. Focus the last non-master window and try to resize it vertically with SUPER+ALT+J or SUPER+ALT+K with no effect.

It's interesting that the last window in similar dwindle layout can be resized vertically without any problems.

Crash reports, logs, images, videos

No response

@akdevservices akdevservices added the bug Something isn't working label Aug 17, 2023
@akdevservices akdevservices changed the title Master layout: resizing of the last window doesn't work Master layout: resizing the last window doesn't work Aug 17, 2023
@akdevservices
Copy link
Author

Fixed in v0.30.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant