The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

How do I install i3 on mac?

asked Jun 8 '13

da12k_l0rd gravatar image

updated Jun 8 '13

I am trying to install i3 on my mac with mountain lion on it. I am at a loss after downloading the latest stable version of the code. Step by step by instructions for a newbie would be appreciated!

Update: I did try just typing in make within the folder using terminal. It gave the following error:

$ make

[libi3] CC libi3/fakeconfigurenotify.c

libi3/fakeconfigurenotify.c:11:10: fatal error: 'xcb/xcb.h' file not found

include <xcb xcb.h="">

     ^

1 error generated.

make: * [libi3/fakeconfigurenotify.o] Error 1

4 answers

Sort by » oldest newest most voted
2

answered Jun 11 '13

Although Mac OSX provides an embedded XServer within their interface (meaning you can run applications that require XWindows like a java app or a ported package), even if you find a way to compile i3, it will certainly not be able to manage mac os windows...

I also run on a macbook pro, but with a ubuntu image that works perfectly out of the box (no hardware dramas or crazy setup). Then I just launch i3 as my window manager... very happy with that.

Comments

+1 for ditching OSes that make trouble with i3 :)

joepd gravatar imagejoepd (Jun 12 '13)edit
1

Marcus Crestani (see our mailing list) uses i3 on Mac OS X and frequently sends patches to fix compilation issues. Write to him to figure out how to use i3 for non-aqua windows (i.e. X11.app).

Michael gravatar imageMichael (Jun 13 '13)edit
2

answered Jun 11 '13

brotoes gravatar image

It is nigh impossible to install an alternative window manager on OS X. Compiling it will require header files that you don't have. Additionally, even if you somehow succeed in compiling, i3wm manages X windows only. And, while OS X can have/use X, most of its applications do not.

It makes me sad too :(

2

answered Jan 28 '14

Bartlomiej Skwira gravatar image

There is also Amethyst

Tiling window manager for OS X similar to xmonad. Was originally written as an alternative to fjolnir’s awesome xnomad but written in pure Objective-C. It’s expanded to include some more features like Spaces support not reliant on fragile private APIs.

image description

0

answered Sep 25 '13

gustavnikolaj gravatar image

It is not true that it is impossible - but that's not saying that it is easy. There is an attempt to make xmonad work on OSX. While it's all happening within the boundaries of the normal window manager it is, none the less, a working port.

https://github.com/xmonad/osxmonad

It is true, that the WM on OSX is not replaceable - but it is indeed modifiable.

Question Tools

2 followers

Stats

Asked: Jun 8 '13

Seen: 12,384 times

Last updated: Jan 28 '14