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