diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-15 22:28:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-15 22:28:15 +0200 |
commit | 20926877d27f448e038159c037a94e55aed38325 (patch) | |
tree | 22b69c11ade90c55dfdf4859577a2e167a8a423f | |
parent | b0c55c16b555aa6d5d1a30b327f77b42399ea66e (diff) | |
download | dotfiles-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.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" |