diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 14:22:39 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 14:22:39 +0200 |
commit | 88250cf5e4ab01c2e20d8e9ba85db12eb2342b92 (patch) | |
tree | be636c35237f948e3047e9ccf4b5254729b4c504 | |
parent | 31e504757ac68ea2b3ad1303665453f7e0342806 (diff) | |
download | dotfiles-88250cf5e4ab01c2e20d8e9ba85db12eb2342b92.tar dotfiles-88250cf5e4ab01c2e20d8e9ba85db12eb2342b92.tar.gz dotfiles-88250cf5e4ab01c2e20d8e9ba85db12eb2342b92.tar.bz2 dotfiles-88250cf5e4ab01c2e20d8e9ba85db12eb2342b92.tar.xz dotfiles-88250cf5e4ab01c2e20d8e9ba85db12eb2342b92.zip |
syntax
-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 8321f25..2877be1 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -47,7 +47,7 @@ import XMonad.Prompt.MySsh | |||
47 | 47 | ||
48 | import Network.HostName | 48 | import Network.HostName |
49 | 49 | ||
50 | import Control.Applicative (<$>) | 50 | import Control.Applicative ((<$>)) |
51 | 51 | ||
52 | type KeyMap = Map (ButtonMask, KeySym) (X ()) | 52 | type KeyMap = Map (ButtonMask, KeySym) (X ()) |
53 | 53 | ||