From 0e4810dcfb132bf276a282e25b8523a4009ae08b Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 17 Mar 2019 18:14:32 +0100 Subject: rename blog dir --- .../00040_Haskell/00030_Xmonad-contribution/index.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 080_blog/00040_Haskell/00030_Xmonad-contribution/index.md (limited to '080_blog/00040_Haskell/00030_Xmonad-contribution') diff --git a/080_blog/00040_Haskell/00030_Xmonad-contribution/index.md b/080_blog/00040_Haskell/00030_Xmonad-contribution/index.md deleted file mode 100644 index 1a5bf0f..0000000 --- a/080_blog/00040_Haskell/00030_Xmonad-contribution/index.md +++ /dev/null @@ -1,20 +0,0 @@ - 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. - -## Github Link -| _Xmonad-Contrib: Added pretty printer for empty visible workspaces (wrapped in Maybe)_ -| -- cgit v1.2.3