diff options
Diffstat (limited to '.xmonad')
-rw-r--r-- | .xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 6ee9140..a41e4d0 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -69,7 +69,7 @@ defaultHost = Host { hName = "unkown" | |||
69 | , hScreenPerm = id | 69 | , hScreenPerm = id |
70 | } | 70 | } |
71 | 71 | ||
72 | hostFromName :: HostName -> Host (l1 a) (l2 a) | 72 | hostFromName :: HostName -> Host |
73 | hostFromName h@("vali") = defaultHost { hName = h | 73 | hostFromName h@("vali") = defaultHost { hName = h |
74 | , hManageHook = composeOne $ catMaybes [ Just manageScratchTerm | 74 | , hManageHook = composeOne $ catMaybes [ Just manageScratchTerm |
75 | , (\wsp -> className =? ".dwb-wrapped" -?> doShift wsp) <$> hCoWsp "web" | 75 | , (\wsp -> className =? ".dwb-wrapped" -?> doShift wsp) <$> hCoWsp "web" |