mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
Fix typo in comment
This commit is contained in:
parent
bbbf5c3b44
commit
55f4c4ff1b
@ -193,7 +193,7 @@ decorateName ws w = do
|
|||||||
return $ name ++ " [" ++ W.tag ws ++ "]"
|
return $ name ++ " [" ++ W.tag ws ++ "]"
|
||||||
|
|
||||||
-- | Returns the window name as will be listed in dmenu. This will
|
-- | Returns the window name as will be listed in dmenu. This will
|
||||||
-- return the executable name of the window along with it's workspace
|
-- return the executable name of the window along with its workspace
|
||||||
-- ID.
|
-- ID.
|
||||||
decorateAppName :: X.WindowSpace -> Window -> X String
|
decorateAppName :: X.WindowSpace -> Window -> X String
|
||||||
decorateAppName ws w = do
|
decorateAppName ws w = do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user