From: Simon Ruderich Date: Tue, 15 Sep 2009 23:08:18 +0000 (+0200) Subject: xmonad.hs: Use urxvt as my terminal. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=76304d04563523790554421a2a7cec6f5301a19c;p=config%2Fdotfiles.git xmonad.hs: Use urxvt as my terminal. Wasn't necessary before but now I'm using XMonad from darcs which doesn't contain Debian's changes. --- diff --git a/xmonad.hs b/xmonad.hs index 25fa9a1..bf14f75 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -62,4 +62,6 @@ main = xmonad $ defaultConfig -- Use my layout and manage hooks (see above). , layoutHook = myLayoutHook , manageHook = myManageHook + -- Use unicode rxvt as my terminal. + , terminal = "urxvt" }