From dac96ab8329f6af1ccfdea7052c74581ced99194 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 24 Feb 2017 21:30:49 -0800 Subject: [PATCH] [XMonad] Remove manager hook --- dotfiles/xmonad/xmonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index d82a130b..47f20a20 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -185,7 +185,7 @@ myStartup = do myManageHook = composeAll . concat $ - [ [transmissionSelector --> doShift "5"] + [ -- [transmissionSelector --> doShift "5"] -- Hangouts being on a separate workspace freezes chrome -- , [ hangoutsSelector --> doShift "2"] ] @@ -321,8 +321,8 @@ myDecorateName ws w = do -- This needs access to X in order to unminimize, which means that I can't be -- done with the existing window bringer interface myWindowAct c@WindowBringerConfig { menuCommand = cmd - , menuArgs = args - } action = + , menuArgs = args + } action = do visible <- visibleWindows windowMap' c { windowFilter = not . flip elem visible } >>=