mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-19 14:13:48 -07:00
Apply hlint hints
All hints are applied in one single commit, as a commit per hint would result in 80+ separate commits—tihs is really just too much noise. Related: https://github.com/xmonad/xmonad-contrib/issues/537
This commit is contained in:
@@ -52,7 +52,7 @@ import Data.List (elemIndex)
|
||||
-- | Wrap string with an xmobar action that uses @xdotool@ to switch to
|
||||
-- workspace @i@.
|
||||
clickableWrap :: Int -> String -> String
|
||||
clickableWrap i ws = xmobarAction ("xdotool set_desktop " ++ show i) "1" ws
|
||||
clickableWrap i = xmobarAction ("xdotool set_desktop " ++ show i) "1"
|
||||
|
||||
-- | 'XMonad.Util.WorkspaceCompare.getWsIndex' extended to handle workspaces
|
||||
-- not in the static 'workspaces' config, such as those created by
|
||||
|
||||
Reference in New Issue
Block a user