From 5a16af5fbcf682663c20fe4b67e505854d1291ad Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:00:56 +0300 Subject: [PATCH] we add only worik space --- config/xmonad/xmonad.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 45bccb82..ccec8ce0 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -245,7 +245,11 @@ myEventHook = mempty -- See the 'XMonad.Hooks.DynamicLog' extension for examples. -- myLogHook :: Handle -> X () -myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } +myLogHook h = dynamicLogWithPP $ def { + ppOutput = hPutStrLn h, + ppExtras = [], + ppOrder = \(ws:_) -> [ws] + } ------------------------------------------------------------------------ -- Startup hook