switch to termite

This commit is contained in:
Cedric Girard 2013-09-09 12:15:46 +02:00
parent bcefbe63a3
commit a42d55377c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import qualified XMonad.StackSet as W
-- The preferred terminal program, which is used in a binding below and by
-- certain contrib modules.
--
myTerminal = "urxvtc -e bash"
myTerminal = "termite -e bash"
-- Whether focus follows the mouse pointer.
myFocusFollowsMouse :: Bool