i3-compatible Wayland compositor
Go to file
2015-12-02 07:06:32 +02:00
.ci
CMake cmake: fix indentation 2015-12-02 07:06:32 +02:00
common Only strip comments at the start of a line 2015-11-29 14:02:58 -05:00
include Add framework for switching command sets 2015-11-29 17:20:27 -05:00
protocols
sway Fix for_window [...] move scratchpad correctly 2015-12-01 18:09:37 -05:00
swaybar cmake: remove subprojects 2015-12-01 22:47:22 +02:00
swaybg cmake: remove subprojects 2015-12-01 22:47:22 +02:00
swaygrab cmake: remove subprojects 2015-12-01 22:47:22 +02:00
swaymsg cmake: remove subprojects 2015-12-01 22:47:22 +02:00
wayland Add text rendering support to wayland clients 2015-11-29 15:27:28 -05:00
.gitignore Update .gitignore 2015-12-01 15:27:08 -05:00
.travis.yml
CMakeLists.txt cmake: remove extra space 2015-12-01 22:47:22 +02:00
config
CONTRIBUTING.md
HACKING.md
LICENSE
README.md Remove build badge (Travis is broken, not sway) 2015-12-01 15:27:41 -05:00
sway-xorg.desktop
sway.1.txt Can customize config fallback directory 2015-12-01 01:07:48 +01:00
sway.5.txt Allow output config for output named * 2015-11-28 10:18:37 -05:00
sway.desktop
swaygrab.1.txt swaygrab: Add --help option that prints usage 2015-11-28 23:50:44 +02:00
swaymsg.1.txt swaymsg: Add --help option that prints usage 2015-11-28 23:50:44 +02:00

sway

"SirCmpwn's Wayland window manager" is a work in progress i3-compatible window manager for Wayland. Read the FAQ. Join the IRC channel (#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

From Packages

sway is not supported by many distributions yet. Here's a list of packages available for you to install:

For other distros, see this wiki page.

Compiling from Source

Install dependencies:

  • cmake
  • wlc
  • wayland
  • xwayland
  • asciidoc
  • pcre
  • json-c
  • pango
  • cairo

Run these commands:

mkdir build
cd build
cmake ..
make
sudo make install

On systems without logind, you need to suid the sway binary:

sudo chmod a+s /usr/bin/sway

Configuration

If you already use i3, then copy your i3 config to ~/.config/sway/config and it'll work out of the box. Otherwise, copy the sample configuration file to ~/.config/sway/config. It is located at /etc/sway/config, unless the DFALLBACK_CONFIG_DIR flag has been set. Run man 5 sway for information on the configuration.

Running

Instead of running startx, run sway. You can run sway from within X as well, which is useful for testing.