i3-compatible Wayland compositor
Find a file
Drew DeVault 253efad437 Merge pull request #361 from mikkeloscar/i3bar-command
Add support for running swaybar_command
2015-12-18 19:17:56 -05:00
.ci
CMake Implement PAM password verification in swaylock 2015-12-17 08:44:30 -05:00
common
include Fix default workspace name generation 2015-12-18 18:52:51 -05:00
protocols
sway Merge pull request #361 from mikkeloscar/i3bar-command 2015-12-18 19:17:56 -05:00
swaybar swaybar: ipc_update_ws: Fix memory corruption. 2015-12-18 15:30:46 +01:00
swaybg
swaygrab swaygrab: add default output filename. 2015-12-17 18:37:09 +01:00
swaylock Add shims for swaylock on compositor 2015-12-18 08:49:04 -05:00
swaymsg
wayland fix segfault when doesn't have a trailing '/' 2015-12-15 22:56:48 +01:00
.gitignore
.travis.yml
CMakeLists.txt Drop sway-xorg.desktop 2015-12-18 18:21:55 -05:00
config
CONTRIBUTING.md
HACKING.md
LICENSE
README.md Actually that screenshot wasn't so good 2015-12-16 20:22:05 -05:00
sway.desktop

sway Donate with fosspay

"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
  • gdk-pixbuf2

Run these commands:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install

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

sudo chmod a+s /usr/local/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.