From 80b8030505699e9a734ea83423d526d97e0684ec Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 20 Feb 2022 19:33:03 +0000 Subject: Documentation: Drop unused fragment in QueueReader example Related: https://github.com/jaor/xmobar/issues/571 --- doc/window-managers.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/window-managers.org b/doc/window-managers.org index 09f7e3e..6403e37 100644 --- a/doc/window-managers.org +++ b/doc/window-managers.org @@ -208,19 +208,6 @@ choice. logWorkspacesToQueue :: STM.TQueue String -> X () logWorkspacesToQueue q = dynamicLogWithPP def { ppOutput = STM.atomically . STM.writeTQueue q } - where - -- Manage the PrettyPrinting configuration here. - ppLayout' :: String -> String - ppLayout' "Spacing Tall" = xpm "layout-spacing-tall" - ppLayout' "Spacing Mirror Tall" = xpm "layout-spacing-mirror" - ppLayout' "Spacing Full" = xpm "layout-full" - ppLayout' x = x - - icon :: String -> String - icon path = "" - - xpm :: String -> String - xpm = icon . (++ ".xpm") #+end_src *** Example for using the DBus IPC interface with XMonad -- cgit v1.2.3