Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur authored Jun 16, 2024
1 parent bbbf5c3 commit 55f4c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Actions/WindowBringer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ decorateName ws w = do
return $ name ++ " [" ++ W.tag ws ++ "]"

-- | 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.
decorateAppName :: X.WindowSpace -> Window -> X String
decorateAppName ws w = do
Expand Down

0 comments on commit 55f4c4f

Please sign in to comment.