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

dwm

Dynamic Window Manager

dwm is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.

Installation

Install the latest version of dwm as follows:

guix install dwm

Or install a particular version:

guix install dwm@6.6

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 dwm about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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