Install hooks executable
[gregoa/zavai.git] / hooks / xsession.fil
1 #!/bin/sh
2
3 # to use this, copy/sym-link it to ~/.xsession
4
5 # lindi's answering machine script
6 /usr/local/bin/answering-machine-loop &
7
8 # set the keyboard defaults
9 xrdb -merge .Xdefaults
10
11 # set X to landscape
12 xrandr -o 3
13
14 # required to allow transparency for the keyboard
15 xcompmgr -n &
16
17 zavai_forever &
18
19 trayer --edge top --align right --SetDockType true --SetPartialStrut true \
20   --expand true --width 40 --transparent true --height 48 &
21
22 # I have xmonad installed as my default window manager, configured thus:
23 #      update-alternatives --config x-window-manager
24 exec x-window-manager