i3-compatible Wayland compositor
Go to file
Drew DeVault f9ae9ab6e3 Merge pull request #4 from taiyu-len/master
fixed focus_parent, moved into move_focus() function
2015-08-10 10:18:04 -04:00
CMake
sway Merge pull request #4 from taiyu-len/master 2015-08-10 10:18:04 -04:00
.gitignore
CMakeLists.txt
LICENSE
README.md New readme screenshot 2015-08-10 08:31:53 -04:00

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

See "i3 feature support"

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.