From bc0a97a08790c59062b1d238a6cf1d53afa44034 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 24 Oct 2007 13:02:19 +0200 Subject: Use new terminal config option darcs-hash:20071024110219-a5988-a8ca4fc9a920d04c71af52adbbe1f85d014f238e.gz --- Commands.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Commands.hs') diff --git a/Commands.hs b/Commands.hs index 26e3cab..bb04e1e 100644 --- a/Commands.hs +++ b/Commands.hs @@ -29,7 +29,7 @@ import XMonad import Operations import StackSet hiding (workspaces) import XMonadContrib.Dmenu (dmenu) -import {-# SOURCE #-} Config (workspaces,serialisedLayouts) +import {-# SOURCE #-} Config (workspaces,serialisedLayouts, terminal) import qualified Data.Map as M import System.Exit @@ -84,7 +84,7 @@ defaultCommands = workspaceCommands ++ screenCommands , ("default-layout" , setLayout (head serialisedLayouts) ) , ("restart-wm" , sr >> restart Nothing True ) , ("restart-wm-no-resume", sr >> restart Nothing False ) - , ("xterm" , spawn "xterm" ) + , ("xterm" , spawn terminal ) , ("run" , spawn "exe=`dmenu_path | dmenu -b` && exec $exe" ) , ("kill" , kill ) , ("refresh" , refresh ) -- cgit v1.2.3