summaryrefslogtreecommitdiff
path: root/080_blog/00040_Haskell/00030_Xmonad-contribution
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-17 18:14:32 +0100
committerMiguel <m.i@gmx.at>2019-03-17 18:14:32 +0100
commit0e4810dcfb132bf276a282e25b8523a4009ae08b (patch)
treedac6dce820f0a35d9ed7ea7676982a0f86fd0edb /080_blog/00040_Haskell/00030_Xmonad-contribution
parentad6411e9ec256b03f20b9195e25cb128fe02c628 (diff)
rename blog dir
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>