i3-auto-layout VS dotfiles

Compare i3-auto-layout vs dotfiles and see what are their differences.

i3-auto-layout

Automatic, optimal tiling for i3wm (by chmln)

dotfiles

A collection of my dotfiles and other configurations (by aclough)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
i3-auto-layout dotfiles
3 7
141 8
- -
0.0 8.5
11 months ago 5 days ago
Rust Shell
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

i3-auto-layout

Posts with mentions or reviews of i3-auto-layout. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-26.
  • Rethinking Window Management in Gnome
    10 projects | news.ycombinator.com | 26 Jul 2023
    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
    19 projects | news.ycombinator.com | 7 Oct 2021
  • I3altlayout
    2 projects | /r/i3wm | 9 Jul 2021
    i3-auto-layout is faster and less resource usage

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-13.
  • Add xmonad to gnome
    1 project | /r/xmonad | 12 May 2022
    For me launching Gnome with xmonad as the window manager stopped working a few years ago. Instead I have xmonad set to autostart 2 seconds into a desktop session with --replace set. dotfiles
  • How to set everything up on laptop to use xmonad
    2 projects | /r/xmonad | 13 Mar 2022
    With regards to 1, I've got a system that works pretty well for me. You can look in my dotfiles and the script called setup-xmonad.sh. I've configured things to run xmonad --replace shortly after the desktop comes up and that works great.
  • KDE: A Nice Tiling Environment and a Surprisingly DE
    12 projects | news.ycombinator.com | 7 Feb 2022
    > xmonad itself can’t run with modern Gnome

    That's not really true. I use the gnome-flashback sesson and have an .desktop in ~/.config/autostart that runs xmonad --replace after I log in. It's true that logging in with a gnome session using xmonad as the WM isn't really an option any more but switching to xmonad after login continues to work great and is easier to set up than creating your own session ever was.

    https://github.com/aclough/dotfiles/blob/master/setup-xmonad...

  • USB to phone connection not recognised when I am in Xmonad. But working when I go back to Desktop environment. DE == GNOME
    2 projects | /r/xmonad | 3 Feb 2022
    I wasn't able to get those instructions to work on more recent versions of Ubuntu. In my dotfiles and setup repo I've got a solution that works for me using autostart and xmonad --replace.
  • The growth of command line options, 1979-Present
    5 projects | news.ycombinator.com | 15 Dec 2021
    Yes, there's stuff that you can't get just from parsing the man page too, but it's a huge help. I know it's not done every startup, I have running that as part of my "update everything" script.

    https://github.com/aclough/dotfiles/blob/master/mupdate.sh

  • XMonad – The Automated Tiling WM
    19 projects | news.ycombinator.com | 7 Oct 2021
    I've been using XMonad for over 10 years now. Originally I went with Awesome but then decided I liked still having a normal desktop environment and XMonad's integration with Gnome was really easy.

    The way I've done this has changed a bit over the years, these days I drop a file in .config/autostart letting xmonad replace the normal window manager after Gnome gets itself sorted out.

    https://github.com/aclough/dotfiles

  • Which DE plays nicely with xmonad?
    2 projects | /r/xmonad | 26 Jan 2021
    Hmm, I don't use a vertical panel so it might not be comparable. My dotfiles are here though if you want to take a look.

What are some alternatives?

When comparing i3-auto-layout and dotfiles you can also consider the following projects:

autotiling - Script for sway and i3 to automatically switch the horizontal / vertical window split orientation

river - [mirror] A dynamic tiling Wayland compositor

spectrwm - A small dynamic tiling window manager for X11.

dotfiles-awesomewm - All my Dotfiles

bspwm - A tiling window manager based on binary space partitioning

vivarium - A dynamic tiling Wayland compositor using wlroots

i3-alternating-layout - Scripts to open new windows in i3wm using alternating layouts (splith/splitv) for each new window

Amethyst - Automatic tiling window manager for macOS à la xmonad.

waymonad - A wayland compositor based on ideas from and inspired by xmonad