forked from colonelpanic/dotfiles
[XMonad] Clean up comment
This commit is contained in:
parent
c6f3fc34ca
commit
e6f03d27a2
@ -220,8 +220,8 @@ myDecorateName ws w = do
|
|||||||
return $ printf "%-20s%-40s %+30s" classTitle (take 40 name)
|
return $ printf "%-20s%-40s %+30s" classTitle (take 40 name)
|
||||||
"in " ++ workspaceToName (W.tag ws)
|
"in " ++ workspaceToName (W.tag ws)
|
||||||
|
|
||||||
-- This needs access to the xmonad to unminimize so it can't be done with the
|
-- This needs access to X in order to unminimize, which means that i can't be
|
||||||
-- exiting window bringer interface
|
-- done with the existing window bringer interface
|
||||||
myBringWindow WindowBringerConfig{ menuCommand = cmd
|
myBringWindow WindowBringerConfig{ menuCommand = cmd
|
||||||
, menuArgs = args
|
, menuArgs = args
|
||||||
, windowTitler = titler
|
, windowTitler = titler
|
||||||
|
Loading…
Reference in New Issue
Block a user