Hacker News new | ask | show | jobs
by vidarh 3139 days ago
One of the things that has struck me with getting used to i3, even after a decade and a half "faking it" by mostly running apps maximized anyway, is that it is changing my thinking, not least due to the API. E.g. I recently started writing a text editor (because, why not), and it struck me that I really don't have a reason to support multiple windows. I added "splitting buffers" today by having it exec i3-msg to start another copy of itself.

I think what is really hampering Linux on the desktop is trying to play catch-up with Windows and OS X instead of rethinking the processes.