You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
930 B

9 years ago
# sway
"**S**irCmpwn's **Way**land window manager"
9 years ago
sway is a **work in progress** i3-compatible window manager for
9 years ago
[Wayland](http://wayland.freedesktop.org/).
![](https://sr.ht/qxGE.png)
9 years ago
Chat on #sway on irc.freenode.net
9 years ago
## Rationale
I use i3 on xorg. Wayland is coming, and [i3way](http://i3way.org/) still has
zero lines of source code after two years.
## Status
9 years ago
[See "i3 feature support"](https://github.com/SirCmpwn/sway/issues/2)
9 years ago
## Compile / Install
Dependencies:
* cmake
* [wlc](https://github.com/Cloudef/wlc)
9 years ago
* xwayland
9 years ago
cmake .
make
# sudo make install
Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
## Configuration
9 years ago
mkdir ~/.config/sway
cp ~/.config/i3/config ~/.config/sway/
9 years ago
[See also](http://i3wm.org/docs/)
## 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.