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

New fullscreen and maximized layouts [breaking change] #58

Closed
leukipp opened this issue Jun 12, 2024 · 1 comment
Closed

New fullscreen and maximized layouts [breaking change] #58

leukipp opened this issue Jun 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@leukipp
Copy link
Owner

leukipp commented Jun 12, 2024

Previous behavior (v2.4.0):

  • fullscreen layout: Windows are taking up the whole tiling area (considering panels and desktop margins).
  • maximized layout: did not exist.

New behavior (starting with v2.5.0):

  • fullscreen layout: Windows are taking up the whole screen area (ignoring panels and desktop margins).
  • maximized layout: Windows are taking up the whole tiling area (considering panels and desktop margins).

To summarize, the fullscreen layout behavior has changed (it's now really fullscreen), the new maximized layout behaves the same as the previous fullscreen layout.

Please have a look into the latest config.yaml and update/swap those settings according to your needs:

# Initial tiling layout ("vertical-left" | "vertical-right" | "horizontal-top" | "horizontal-bottom" | "maximized" | "fullscreen").
tiling_layout = "vertical-right"

# Activates the maximized layout (Space = Blank).
layout_maximized = "Control-Shift-Space"

# Activates the fullscreen layout (Return = Enter).
layout_fullscreen = "Control-Shift-Return"

The new fullscreen layout is ignored by design in the next/previous layout cycler and can also be activated (only activated not deactivated) by pressing F11. This behavior depends on your application and operating system support.

@leukipp
Copy link
Owner Author

leukipp commented Aug 16, 2024

... can also be activated (only activated not deactivated) by pressing F11.

This is not true anymore since v2.5.1.
F11 will open the single window in fullscreen, without changing the underlying layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant