i3-compatible Wayland compositor
Go to file
Drew DeVault 2231586569 Implement splith/splitv
Ref #2
2015-08-09 19:27:25 -04:00
CMake Initial commit 2015-08-04 21:02:46 -04:00
sway Implement splith/splitv 2015-08-09 19:27:25 -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 Add readme 2015-08-08 19:39:55 -04:00

README.md

sway

"SirCmpwn's Wayland window manager"

sway is an i3-compatible window manager for Wayland.

Rationale

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

Status

Not really usable yet.

Compile / Install

Dependencies:

  • cmake
  • wlc
  • xkb

Notably missing: weston is not required.

cmake .
make
# sudo make install

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

Configuration

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

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.