i3-compatible Wayland compositor
Go to file
Drew DeVault 62a21d9d4d Merge pull request #71 from Luminarys/master
Added in proper focus handling for floating containers.
2015-08-18 15:24:39 -04:00
CMake Find a2x through CMake 2015-08-18 07:06:07 -04:00
include Revert "enhanced whitespace remover" 2015-08-18 08:39:26 -04:00
sway Removed unnecessary debugging lines 2015-08-18 13:54:52 -05:00
.gitignore Initial commit 2015-08-04 21:02:46 -04:00
CMakeLists.txt Find a2x through CMake 2015-08-18 07:06:07 -04:00
LICENSE MIT license 2015-08-04 21:31:07 -04:00
README.md Document asciidoc dependency 2015-08-17 21:27:52 -04:00
config Fix comments in config file 2015-08-18 06:42:48 -04:00
sway.1.txt disable tilde subscripting to fix manpage 2015-08-18 12:12:12 +02:00
sway.5.txt Add man pages 2015-08-17 21:25:58 -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"

Installation

Arch Linux

Install aur/sway-git.

Manual

Dependencies:

  • cmake
  • wlc
  • xwayland
  • asciidoc

Compiling:

cmake .
make
# sudo make install

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

Configuration

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

Or if you don't already use i3:

mkdir ~/.config/sway
cp /etc/sway/config ~/.config/sway/

Edit to your liking.

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.