From a42d55377c1b5e05228b087dafcfa7bdcb8cf753 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 9 Sep 2013 12:15:46 +0200 Subject: [PATCH] switch to termite --- xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index a5fa8f3..503efff 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -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