From e6f03d27a23340388ecbd8031f8f221a2230aaed Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Nov 2016 23:26:52 -0800 Subject: [PATCH] [XMonad] Clean up comment --- dotfiles/xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index 9be11956..5499fb23 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -220,8 +220,8 @@ myDecorateName ws w = do return $ printf "%-20s%-40s %+30s" classTitle (take 40 name) "in " ++ workspaceToName (W.tag ws) --- This needs access to the xmonad to unminimize so it can't be done with the --- exiting window bringer interface +-- This needs access to X in order to unminimize, which means that i can't be +-- done with the existing window bringer interface myBringWindow WindowBringerConfig{ menuCommand = cmd , menuArgs = args , windowTitler = titler