Created
December 23, 2014 23:02
-
-
Save donlindsay/6460591e426c39e92bcf to your computer and use it in GitHub Desktop.
.sawfishrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; hammertime: | |
(require 'sawmill-defaults) | |
;;; startup | |
(system "/usr/bin/xcompmgr -n &") | |
(system "/usr/bin/tint2 &") | |
(system "/usr/local/bin/emacs &") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~/.sawfishrc
the system forms do not seem to be starting the programs when sawfish starts,
is this the wrong file for these forms?