www.idziorek.net | blog | contact
April 2018

Pretty printer for empty visible workspaces

My little contribution to xmonad-contrib, adding functionality to the marvelous xmonad tiling window manager, I love and use since a couple of years.

Description

Simple extensions of the pretty printer to differentiate between empty and non-empty visible workspaces. Analogical to the existing functionality for hidden workspaces. Particularly useful if some displays managed by xmonad are turned off temporarily.

The new ‘ppVisibleNoWindows’ function was wrapped in a Maybe data type. Its value dafaults to ‘Nothing’ and ‘ppVisible’ is used as fallback.

Motivation

My TV is often turned off. Still I want to know if its workspace contains any windows, without having to switch workspaces.

Xmonad-Contrib: Added pretty printer for empty visible workspaces (wrapped in Maybe)
https://github.com/xmonad/xmonad-contrib/pull/241