Skip to content

Commit

Permalink
Fix unnecessary unnecessarily added newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1mir committed Jan 24, 2025
1 parent 618dec7 commit 005ab9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XMonad/Layout/IndependentScreens.hs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ focusWindow' window ws
focusScreen :: ScreenId -> WindowSet -> WindowSet
focusScreen screenId = withWspOnScreen screenId W.view


-- | Focus the given workspace on the correct Xinerama screen.
-- An example usage can be found at `XMonad.Hooks.EwmhDesktops.setEwmhSwitchDesktopHook`
focusWorkspace :: WorkspaceId -> WindowSet -> WindowSet
Expand Down

0 comments on commit 005ab9e

Please sign in to comment.