mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Use doShift in my config
This commit is contained in:
parent
35c5e80c32
commit
27bbeff92c
@ -35,7 +35,7 @@ sjanssenConfig = do
|
|||||||
, keys = \c -> mykeys sp c `M.union` keys defaultConfig c
|
, keys = \c -> mykeys sp c `M.union` keys defaultConfig c
|
||||||
, layoutHook = modifiers layouts
|
, layoutHook = modifiers layouts
|
||||||
, logHook = ewmhDesktopsLogHook
|
, logHook = ewmhDesktopsLogHook
|
||||||
, manageHook = composeAll [className =? x --> doF (W.shift w)
|
, manageHook = composeAll [className =? x --> doShift w
|
||||||
| (x, w) <- [ ("Firefox", "web")
|
| (x, w) <- [ ("Firefox", "web")
|
||||||
, ("Ktorrent", "7")
|
, ("Ktorrent", "7")
|
||||||
, ("Amarokapp", "7")]]
|
, ("Amarokapp", "7")]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user