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.

60 lines
1.6 KiB

# sway [![](https://api.travis-ci.org/SirCmpwn/sway.svg)](https://travis-ci.org/SirCmpwn/sway) [![Donate with fosspay](https://drewdevault.com/donate/static/donate-with-fosspay.png)](https://drewdevault.com/donate?project=4)
9 years ago
9 years ago
"**S**irCmpwn's **Way**land window manager" is a **work in progress**
i3-compatible window manager for [Wayland](http://wayland.freedesktop.org/).
Read the [FAQ](https://github.com/SirCmpwn/sway/wiki).
9 years ago
![](https://sr.ht/qxGE.png)
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
## Installation
9 years ago
### From Packages
sway is not supported by many distributions yet. Here's a list of packages
available for you to install:
* [Arch Linux](https://aur.archlinux.org/packages/sway-git/)
* [Gentoo Linux](https://github.com/zetok/zetok-overlay/)
* [openSUSE](https://build.opensuse.org/project/show/X11:Wayland)
9 years ago
### Compiling from Source
9 years ago
9 years ago
Install dependencies:
9 years ago
* cmake
* [wlc](https://github.com/Cloudef/wlc)
9 years ago
* xwayland
* asciidoc
* pcre
* json-c
9 years ago
Run these commands:
9 years ago
9 years ago
cmake .
make
9 years ago
sudo make install
9 years ago
## Configuration
9 years ago
If you already use i3, then copy your i3 config to `~/.config/sway/config` and
it'll work out of the box. Otherwise, copy `/etc/sway/config` to
`~/.config/sway/config`. Run `man 5 sway` for information on the configuration.
9 years ago
## Running
9 years ago
Run this from a tty (instead of starting x):
9 years ago
sway
9 years ago
If you run it from within x, it will spawn x windows instead of using your
hardware directly (useful for development).