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

Pseudo Tile Mode #43

Closed
garrettjwilke opened this issue Mar 21, 2022 · 3 comments
Closed

Pseudo Tile Mode #43

garrettjwilke opened this issue Mar 21, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@garrettjwilke
Copy link

Pseudo Tile Mode allows windows that are in tiled mode to resize to it's floating mode dimensions. When you bring an app into floating mode, it allows you to resize the window to an optimal size (most apps remember this size). Pseudo Tile mode takes the window dimensions from it's floating mode size and keeps it that size when it is in tiled mode.

A great example of it's usefulness is with applications that are size sensitive. For instance, I use Epy to read e-books in my terminal window. It is easier to read when the window does not span across my entire screen, and is instead resized to a thinner width so lines are neatly confined into a vertical reading space.

Another great use case is videos that have a specific aspect ratio. I watch a lot of old TV shows that were only filmed in 4:3 aspect ratio, and it would be nice to have a clean background wallpaper with a clean 4:3 video playing in the middle of the screen.

As much as this feels like an aesthetic feature request, I would also argue that it provides actual functionality options as well. I really like Hypr so far (simple config, built in animations and rounded corners). With Pseudo Tile, I am pretty sure I will never need another WM again! I hear that you are working on a Wayland version, which would be even better! I tried out SWAY, and I really like how smooth it was, but they are merely doing a 1:1 feature match of i3wm (which means no possibility of Pseudo Tile Mode). Thanks for considering, and thanks for Hypr! :)

@garrettjwilke garrettjwilke added the enhancement New feature or request label Mar 21, 2022
@vaxerski
Copy link
Member

Will add in, shouldn't be a problem.

When it comes to Hyprland, pseudotile is not on the immediate bucket list as there are far more important issues atm, but it will be implemented in the future there as well.

@vaxerski
Copy link
Member

added in 31694d4.

you can add a window rule for a window to be automatically pseudod at launch, or a bind.

both the windowrule and dispatcher for a bind are named pseudo. (See the updated wiki page)

Thanks!

@garrettjwilke
Copy link
Author

wow... that was fast... this is awesome! thanks :)

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

2 participants