Minor updates to supporting files (for 0.10 release).

This commit is contained in:
Adam Vogt 2011-11-18 23:13:24 +00:00
parent 4be3b39cd2
commit 32f416a3c2
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
[ ((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf) [ ((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf)
-- launch dmenu -- launch dmenu
, ((modm, xK_p ), spawn "exe=`dmenu_path | dmenu` && eval \"exec $exe\"") , ((modm, xK_p ), spawn "dmenu_run")
-- launch gmrun -- launch gmrun
, ((modm .|. shiftMask, xK_p ), spawn "gmrun") , ((modm .|. shiftMask, xK_p ), spawn "gmrun")

View File

@ -36,7 +36,7 @@ import Distribution.Text
import Text.Pandoc -- works with 1.6 import Text.Pandoc -- works with 1.6
releaseDate = "25 October 09" releaseDate = "18 November 2011"
trim :: String -> String trim :: String -> String
trim = reverse . dropWhile isSpace . reverse . dropWhile isSpace trim = reverse . dropWhile isSpace . reverse . dropWhile isSpace