summaryrefslogtreecommitdiff
path: root/080_blog/00040_Haskell/00030_Xmonad-contribution
diff options
context:
space:
mode:
Diffstat (limited to '080_blog/00040_Haskell/00030_Xmonad-contribution')
-rw-r--r--080_blog/00040_Haskell/00030_Xmonad-contribution/index.md20
1 files changed, 0 insertions, 20 deletions
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)_
-| <https://github.com/xmonad/xmonad-contrib/pull/241>