A private fork of the Sway Wayland compositor.
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.
 
 
 
jdiez17 56d29bbec5
log: add newline
10 years ago
CMake Initial commit 10 years ago
sway log: add newline 10 years ago
.gitignore Initial commit 10 years ago
CMakeLists.txt Pull in some scas code and read i3 config file 10 years ago
LICENSE MIT license 10 years ago
README.md Add readme 10 years ago

README.md

sway

"SirCmpwn's Wayland window manager"

sway is an i3-compatible window manager for Wayland.

Rationale

I use i3 on xorg. Wayland is coming, and i3way still has zero lines of source code after two years.

Status

Not really usable yet.

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.