autotiling
i3-auto-layout
autotiling | i3-auto-layout | |
---|---|---|
42 | 3 | |
993 | 157 | |
1.1% | 0.0% | |
5.9 | 0.0 | |
about 1 year ago | 10 months ago | |
Python | Rust | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
autotiling
- I cannot write "^" in the terminal
-
Is there a way to customize how new windows are gonna be arranged on creation?
Check out https://github.com/nwg-piotr/autotiling I think I even left the configuration as is and the tiling is much better now.
- Change windows layout
-
Master and stack layout, similar to dwm
autotiling --limit 2 is close enough https://github.com/nwg-piotr/autotiling
-
I am struggling with fully understanding how i3 will tile
If you do want some "smart" behaviour as to how a new window will split automatically, try the autotiling script.
-
Dynamic tiling WM with easier config like i3?
https://github.com/nwg-piotr/autotiling does it work for you?
-
Outside of Sway, are there any mature tiling window managers that are compatible with Wayland?
Autotiling for i3 and Sway
-
nwg-shell 0.3.8 released
Original depth limit feature contributed to the Autotiling repository by @Syphdias.
-
How do you like sway
If you want to stay on sway you can try autotiling.
-
People who uses i3 (or any wm) do you use only one monitor, or you have a multiple monitors setup?
Have tried lots of window managers including awesome, but there's always something annoying that sends me back to i3. I use this to solve the problems you're referring to: https://github.com/nwg-piotr/autotiling
i3-auto-layout
-
Rethinking Window Management in Gnome
The problem with this fairly complex solution is that the easier path by far is simpler window arrangements, multiple monitors, and many workspaces. Once you have more windows than fit on a workspace its easier just to have more workspaces and 1-3 windows is what basically universally fits on most monitors.
If you organize more things in the same space you probably need indivdual apps that themselves have tabs like browsers, editors, IDEs rather than more windows.
Personally I use https://github.com/chmln/i3-auto-layout to make slightly better layouts automatically be automatically alternating between v and h splits and find this fits my needs 95% of the time.
Shit work under i3 is already very small but if you wanted to reduce it further I think you could probably go a long way with a very simple feature.
Add a save button that saves current layout to a list like so
Browser, calculator
Browser, pdf reader
terminal terminal terminal
ide terminal terminal
Then have a restore function that simply walks the list finds the entry that matches the kind and number of window and shoves existing windows into that layout. You can at creation time use something like i3-save-tree, edit the json, yada yada but its all fairly manual and I think for the use case it would be relatively simpler. The few non standard all match for me a simple pattern eg there really isn't 2 different ways I want IDE terminal terminal
- XMonad – The Automated Tiling WM
-
I3altlayout
i3-auto-layout is faster and less resource usage
What are some alternatives?
river - [mirror] A dynamic tiling Wayland compositor
spectrwm - A small dynamic tiling window manager for X11.
autotiling-rs - Autotiling for sway (and possibly i3)
i3-alternating-layout - Scripts to open new windows in i3wm using alternating layouts (splith/splitv) for each new window
i3wm-themer - 🎨 Theme collection manager for i3-wm
dotfiles - A collection of my dotfiles and other configurations