emallson / gram

A Wayland Tiling Window Manager (in progress) scriptable in Guile Scheme
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Gram

Gram is a highly experimental Wayland window manager.

Current Status: Nearly all basic functionality is present. The major missing piece is completion of the floating layer / mouse support.

Completed Functionality:

To-Be-Done:

Dependencies

Cloudef/wlc

libguile

If you're on linux, you almost certainly already have guile installed as it is an optional dependency of many GNU programs including gdb.

Compiling

autoreconf --install
./configure
make SCHEME_DIR=./lib