summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-15 22:28:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-15 22:28:15 +0200
commit20926877d27f448e038159c037a94e55aed38325 (patch)
tree22b69c11ade90c55dfdf4859577a2e167a8a423f
parentb0c55c16b555aa6d5d1a30b327f77b42399ea66e (diff)
downloaddotfiles-20926877d27f448e038159c037a94e55aed38325.tar
dotfiles-20926877d27f448e038159c037a94e55aed38325.tar.gz
dotfiles-20926877d27f448e038159c037a94e55aed38325.tar.bz2
dotfiles-20926877d27f448e038159c037a94e55aed38325.tar.xz
dotfiles-20926877d27f448e038159c037a94e55aed38325.zip
Removed type artifact
-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"