sway/README.md

930 B

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.