# An example .hip config file, can go at ~/.hip or ./.hip in a project dir: user=sam # your username on the server svr=nipl.net # your server w=500 h=720 # width and height of your shared display xt=xterm # in debian, can use lxterm or uxterm wm=icewm # your preferred window manager nc=netcat # netcat, or nc ? ssh='ssh -oControlPath=none' # disable ssh multiplexing, which may fail # bar_term=1 bar=apps screen=coms # open the 'coms' screen in the bar # apps='mutt,irssi,centerim' # default 'coms' apps for chatting # sync=1 # use arcs: careful, this shares the directory # io=.hip, # put the fifos in the project dir, not /tmp # dbg=1 # don't run hip, just dump settings # extra options that may be needed on some systems: # on arch linux # vs='Xvnc -fp /usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/ -co /usr/share/X11/rgb' # on SUSE linux, if using non-SUSE Xvnc # vs='Xvnc -fp /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/Type1/ -co /usr/X11R6/lib/X11/rgb' # on MS windows (not working yet): # d=0 sr=: xt=: wm=: vp=: sc='WinVNC -run -sharearea 500x720+0+0' # TODO get it working on windows, try on Mac OS