i3-compatible Wayland compositor
Go to file
Drew DeVault 2244937ad1 Improve readme 2015-08-16 10:05:01 -04:00
CMake Initial commit 2015-08-04 21:02:46 -04:00
sway Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes." 2015-08-16 08:10:56 -04:00
.gitignore Initial commit 2015-08-04 21:02:46 -04:00
CMakeLists.txt Pull in some scas code and read i3 config file 2015-08-04 21:30:40 -04:00
LICENSE MIT license 2015-08-04 21:31:07 -04:00
README.md Improve readme 2015-08-16 10:05:01 -04:00

README.md

sway

"SirCmpwn's Wayland window manager"

sway is a work in progress i3-compatible window manager for Wayland.

Chat on #sway on irc.freenode.net

Rationale

I use i3 on xorg. Wayland is coming, and i3way still has zero lines of source code after two years.

Status

See "i3 feature support"

Compile / Install

Dependencies:

  • cmake

  • wlc

  • xwayland

    cmake . make

    sudo make install

Binary shows up in ./bin (or /usr/bin if you make install).

Configuration

mkdir ~/.config/sway
cp ~/.config/i3/config ~/.config/sway/

See also

Running

sway

If you run this while xorg is running, it'll run inside of an x window (useful for testing). Otherwise, it'll run wayland properly.