From ce8dc62233514e70c5e4785574df9d07a5d2739b Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 30 Apr 2008 10:22:53 +0200 Subject: Add XMonad.Config.Desktop and XMonad.Config.Gnome darcs-hash:20080430082253-a5988-66822252a13bee869034da162f4a127ae06f9992.gz --- XMonad/Config/Gnome.hs | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 XMonad/Config/Gnome.hs (limited to 'XMonad/Config/Gnome.hs') diff --git a/XMonad/Config/Gnome.hs b/XMonad/Config/Gnome.hs new file mode 100644 index 0000000..5aa2f3e --- /dev/null +++ b/XMonad/Config/Gnome.hs @@ -0,0 +1,32 @@ +{-# OPTIONS_GHC -fno-warn-missing-signatures #-} + +----------------------------------------------------------------------------- +-- | +-- Module : XMonad.Config.Gnome +-- Copyright : (c) Spencer Janssen +-- License : BSD +-- +-- Maintainer : Spencer Janssen +-- +-- This module provides a config suitable for use with the GNOME desktop +-- environment. + +module XMonad.Config.Gnome ( + -- * Usage + -- -- $usage + gnomeConfig + ) where + +import XMonad +import XMonad.Config.Desktop + +-- $usage +-- To use this module, start with the following @~\/.xmonad\/xmonad.hs@: +-- +-- > import XMonad +-- > import XMonad.Config.Gnome +-- > +-- > main = xmonad gnomeConfig +-- + +gnomeConfig = desktopConfig { terminal = "gnome-terminal" } -- cgit v1.2.3