diff --git a/xmonad/.xmonad/xmonad.hs b/xmonad/.xmonad/xmonad.hs index 6eb43dd..1d1524c 100644 --- a/xmonad/.xmonad/xmonad.hs +++ b/xmonad/.xmonad/xmonad.hs @@ -1,11 +1,9 @@ --- --- xmonad example config file. --- --- A template showing all available configuration hooks, --- and how to override the defaults in your own xmonad.hs conf file. --- --- Normally, you'd only override those defaults you care about. --- +-- __ ____ __ _ +-- \ \/ / \/ | ___ _ __ __ _ __| | +-- \ /| |\/| |/ _ \| '_ \ / _` |/ _` | +-- / \| | | | (_) | | | | (_| | (_| | +-- /_/\_\_| |_|\___/|_| |_|\__,_|\__,_| + import Data.Monoid import System.Exit import XMonad