Index: havoc.cfg
--- havoc.cfg.orig
+++ havoc.cfg
@@ -1,6 +1,6 @@
 [child]
 # program to run in child process
-program=bash
+program=/bin/ksh
 
 [window]
 # opacity of background from 0 (fully transparent) to 255 (fully opaque)
@@ -14,7 +14,7 @@ decorations=auto
 
 [terminal]
 # size of terminal
-rows=16
+rows=35
 columns=140
 
 # number of lines to keep in scrollback
@@ -25,10 +25,10 @@ scroll to bottom on input=no
 
 [font]
 # height of a single glyph in pixels
-size=18
+size=14
 
 # absolute path to a truetype font
-path=/usr/share/fonts/TTF/DejaVuSansMono.ttf
+path=/usr/X11R6/lib/X11/fonts/TTF/DejaVuSansMono.ttf
 
 [bind]
 # bind keys to actions
