public
Description: Phil Hagelberg's personal dotfiles collection: the product of years of accumulated obsessive minor tweaks. Mostly Emacs Lisp.
Homepage: http://technomancy.us
Clone URL: git://github.com/technomancy/dotfiles.git
dotfiles / .xsession
100644 8 lines (6 sloc) 0.097 kb
1
2
3
4
5
6
7
8
#!/bin/bash
 
devilspie &
unclutter -idle 0.5 &
xbindkeys &
conkeror -daemon &
 
exec gnome-session