]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Use urxvt as my terminal.
authorSimon Ruderich <simon@ruderich.org>
Tue, 15 Sep 2009 23:08:18 +0000 (01:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 15 Sep 2009 23:08:18 +0000 (01:08 +0200)
Wasn't necessary before but now I'm using XMonad from darcs which doesn't
contain Debian's changes.

xmonad.hs

index 25fa9a17a46329f5d003e6f5e9dc9c9b0e4ff561..bf14f757ff44989f84c2541ec3fe5d4339575d3d 100644 (file)
--- 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"
     }