Skip to content
forked from swaywm/sway

i3-compatible window manager for Wayland (WIP)

License

Notifications You must be signed in to change notification settings

MartijnBraam/sway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • asciidoc

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/

Or if you don't already use i3:

mkdir ~/.config/sway
cp /etc/sway/config ~/.config/sway/

Edit to your liking.

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.

About

i3-compatible window manager for Wayland (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.1%
  • CMake 4.2%
  • C++ 2.7%