[XMonad] Clean up comment

This commit is contained in:
Ivan Malison 2016-11-21 23:26:52 -08:00
parent c6f3fc34ca
commit e6f03d27a2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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