1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-02 02:26:29 +02:00
i3-compatible Wayland compositor https://swaywm.org
Go to file
Luminarys 1781450e86 Typo fix and more clarification 2015-08-17 14:24:55 -05:00
CMake Initial commit 2015-08-04 21:02:46 -04:00
include Style and other minor fixes 2015-08-17 10:34:39 -05:00
sway Typo fix and more clarification 2015-08-17 14:24:55 -05:00
.gitignore Initial commit 2015-08-04 21:02:46 -04:00
CMakeLists.txt Move headers to include/ 2015-08-16 11:02:56 -04:00
LICENSE MIT license 2015-08-04 21:31:07 -04:00
README.md Update readme 2015-08-16 10:28:36 -04:00
config Add default config file 2015-08-16 10:49:20 -04:00

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

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/

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.