#!/bin/sh # to use this, copy/sym-link it to ~/.xsession # lindi's answering machine script /usr/local/bin/answering-machine-loop & # set the keyboard defaults xrdb -merge .Xdefaults # set X to landscape xrandr -o 3 # required to allow transparency for the keyboard xcompmgr -n & zavai_forever & trayer --edge top --align right --SetDockType true --SetPartialStrut true \ --expand true --width 40 --transparent true --height 48 & # I have xmonad installed as my default window manager, configured thus: # update-alternatives --config x-window-manager exec x-window-manager