Live data from Hacker News

i3 4.18

i3wm.org

31–40 of 188 posts

Re: i3 4.18

#31

I guess tiling window managers should be considered more of a specialized niche tool, and in that it is commendable that i3 does such a good job of it. I do really admire it for being so light-weight on resources compared to a lot of the other more popular WMs. I say a niche tool because I've never really understood why someone would prefer a Window Manager that places a lot of constraints than one that lets you cont…

Isn’t iPadOS a tiling window manager?

Re: i3 4.18

#32

i3 ruined my life. It's an absolute delight to use, particularly when programming. However, its hard to get Linux laptops at work (Mac or Windows), and I constantly miss i3. Also, among all tiling window managers, I think its config is probably the most intuitive to mingle with. Hardly ever breaks (if ever) between upgrades, and default workflow is very intuitive and explicit. Other window managers (eg. Awesome, xmon…

> have pre-defined layouts, which (for me at-least) create more confusion than value.

The reason (at least for AwesomeWM, but DWM too) we use pre-defined layouts is because you can (and should) pass your own functions for each tag/workflow. This way you don't have to manage the layouts manually.

Once you add the custom business logic, it becomes very predictable. Plus, AwesomeWM is modular, so if you want i3 style layouts, you can just do it (https://elv13.github.io/client_tiling/dynamite.html , by me). Of course not all users want/have_the_time to optimize their workflow. Those people should probably stick with i3. AwesomeWM is all about customization/workflow_optimization, that's time consuming, but you have a good ROI.

Re: i3 4.18

#33
I'm using i3 for a long time, the only feature I'm really missing is `bindsym j [class="google-chrome"] xdotool key Down` so I can make vi like key binding for every program that I use.

Re: i3 4.18

#34
So I'm a long time awesomewm user (5+ years) and when I started shopping around for a wm I tried both awesome and i3 (and another I don't recall the name). Awesome was easier to get started with and all the Lua code is easy to understand and use.

However, could someone who used both elaborate on the differences? Would I gain anything from trying to migrate to i3 instead?

At my point of view, only the community size is the difference, but that hasn't bothered me too much as awesome for most part just simply works.

Re: i3 4.18

#35
I've been using i3-wm for many years and am a big fan. It's great to be able to switch between workspaces so quickly and get such an efficient use of screen "real estate".

My current setup i3-wm on Manjaro, alacritty with fish is exactly what I need.

Re: i3 4.18

#36
post #4

Earlier quoted context omitted.

With exception of the directional keybindings. I wonder how it came to be that the defaults are "jkl;" for the directions instead of the "hjkl" used by everything else (vi(m), less, shells, repls, etc.).

i am always surprised when people do not have noremap ; l noremap l k noremap k j noremap j h

[deleted]

Re: i3 4.18

#37
I've been considering trying out a tiling window manager. I'm curious what people feel they gain using a tiling window manager versus something like Windows/Gnome's screen splitting features. Is it being able to arrange more windows on the screen than just side-by-side windows? Is it keyboard shortcut efficiencies? Is it just cool?

Re: i3 4.18

#38

Still no gaps support on main branch. Devs don't care about what their users want/need. Happy bspwm user here.

I wonder why that is, but I never understood the appeal of gaps. It's wasted space.

I wonder if people who like gaps like bezel on their screen too.

Re: i3 4.18

#39

I guess tiling window managers should be considered more of a specialized niche tool, and in that it is commendable that i3 does such a good job of it. I do really admire it for being so light-weight on resources compared to a lot of the other more popular WMs. I say a niche tool because I've never really understood why someone would prefer a Window Manager that places a lot of constraints than one that lets you cont…

>Even Microsoft switched from a tiling WM from Windows 2.0 on wards and has stuck to it

Yet they've been steadily adding tiling features since Win7.

Don't believe me? Grab any window in Win10 and drag to any of the corners.

Re: i3 4.18

#40

I guess tiling window managers should be considered more of a specialized niche tool, and in that it is commendable that i3 does such a good job of it. I do really admire it for being so light-weight on resources compared to a lot of the other more popular WMs. I say a niche tool because I've never really understood why someone would prefer a Window Manager that places a lot of constraints than one that lets you cont…

I don't know about other tiling WMs, but i3 does let you stack windows. In the default config, super-s makes a vertical stack and super-t makes a tabbed stack.

Most of the time it's easier to keep different windows in different workspaces though. My first five workspaces are always

1. Browser

2. Browser

3. Code

4. Messaging apps (in a vertical stack)

5. Terminals

Pressing the number for the workspace where you keep the window you want is way easier on the eyes and brain then hitting alt tab and examining the pop-up panel to see how many more times you have to hit it.

Post reply on HN