This package browser is in early development. Mind the rough edges.

swc

Library for making a simple Wayland compositor

swc is a small Wayland compositor implemented as a library.

It has been designed primarily with tiling window managers in mind. Additionally, notable features include:

  • Easy to follow code base

  • XWayland support

  • Can place borders around windows

Installation

Install the latest version of swc as follows:

guix install swc

Or install a particular version:

guix install swc@0-1.a7b6155

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of swc about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/swc'><img src='https://packages.guix.gnu.org/packages/swc/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/swc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/swc)

Example Org:

[[https://packages.guix.gnu.org/packages/swc][https://packages.guix.gnu.org/packages/swc/badges/latest-version.svg]]