forked from colonelpanic/dotfiles
[XMonad] Remove manager hook
This commit is contained in:
parent
d97c08a83e
commit
dac96ab832
@ -185,7 +185,7 @@ myStartup = do
|
|||||||
|
|
||||||
myManageHook =
|
myManageHook =
|
||||||
composeAll . concat $
|
composeAll . concat $
|
||||||
[ [transmissionSelector --> doShift "5"]
|
[ -- [transmissionSelector --> doShift "5"]
|
||||||
-- Hangouts being on a separate workspace freezes chrome
|
-- Hangouts being on a separate workspace freezes chrome
|
||||||
-- , [ hangoutsSelector --> doShift "2"]
|
-- , [ 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
|
-- This needs access to X in order to unminimize, which means that I can't be
|
||||||
-- done with the existing window bringer interface
|
-- done with the existing window bringer interface
|
||||||
myWindowAct c@WindowBringerConfig { menuCommand = cmd
|
myWindowAct c@WindowBringerConfig { menuCommand = cmd
|
||||||
, menuArgs = args
|
, menuArgs = args
|
||||||
} action =
|
} action =
|
||||||
do
|
do
|
||||||
visible <- visibleWindows
|
visible <- visibleWindows
|
||||||
windowMap' c { windowFilter = not . flip elem visible } >>=
|
windowMap' c { windowFilter = not . flip elem visible } >>=
|
||||||
|
Loading…
Reference in New Issue
Block a user