summaryrefslogtreecommitdiff
path: root/.xmonad
diff options
context:
space:
mode:
Diffstat (limited to '.xmonad')
-rw-r--r--.xmonad/xmonad.hs2
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
72hostFromName :: HostName -> Host (l1 a) (l2 a) 72hostFromName :: HostName -> Host
73hostFromName h@("vali") = defaultHost { hName = h 73hostFromName 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"