i3-compatible Wayland compositor
Go to file
Luminarys a5b02791d4 Changed command handler to perform var subs on all cmd args
Fixed workspace_next_name to use the first workspace name it can find in the config

Minor fixes

Changed command handler to perform var subs on all portions of a command

Revert "Changed command handler to perform var subs on all portions of a command"

This reverts commit fcfcffa1ea.

Var sub fixes

Minor fixes

More minor fixes
2015-08-11 12:48:55 -05:00
CMake Initial commit 2015-08-04 21:02:46 -04:00
sway Changed command handler to perform var subs on all cmd args 2015-08-11 12:48:55 -05:00
.gitignore Initial commit 2015-08-04 21:02:46 -04:00
CMakeLists.txt Pull in some scas code and read i3 config file 2015-08-04 21:30:40 -04:00
LICENSE MIT license 2015-08-04 21:31:07 -04:00
README.md Add WIP notice 2015-08-10 10:26:45 -04:00

README.md

sway

"SirCmpwn's Wayland window manager"

sway is an i3-compatible window manager for Wayland.

It's a work in progress, proceed at your own risk.

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"

Compile / Install

Dependencies:

  • cmake
  • wlc
  • xkb

Notably missing: weston is not required.

cmake .
make
# sudo make install

Binary shows up in ./bin (or /usr/bin if you make install).

Configuration

mkdir ~/.sway
cp ~/.i3/config ~/.sway/config

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.