# HG changeset patch # User Steve Losh # Date 1297373109 18000 # Node ID 78f29d0d887b012f59602b65d2f52488dbb623c2 # Parent dc2c106b6c8fa2ff1874a95b45349f93f90ef5a8 Remove screeninator stuff. I use DVTM now. diff -r dc2c106b6c8f -r 78f29d0d887b screeninator/scripts/screeninator --- a/screeninator/scripts/screeninator Thu Feb 10 16:24:43 2011 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -alias start_stevelosh='screen -c /Users/sjl/.screeninator/stevelosh.screen -S stevelosh.com' \ No newline at end of file diff -r dc2c106b6c8f -r 78f29d0d887b screeninator/stevelosh.screen --- a/screeninator/stevelosh.screen Thu Feb 10 16:24:43 2011 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -startup_message off -vbell off -escape `` -autodetach on -defscrollback 10000 -hardstatus alwayslastline -hardstatus string '%{= kg}[ %{G} stevelosh.com %{g}][%= %{= kw}%?%-Lw%?%{r} (%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]' - -chdir "$HOME/src/stevelosh/" - - -screen -t shell 1 -stuff "wo && hg pull\012" - -screen -t server 2 -stuff "wo && hyde -w -s . -k\012" - - -select 1 \ No newline at end of file diff -r dc2c106b6c8f -r 78f29d0d887b screeninator/stevelosh.yml --- a/screeninator/stevelosh.yml Thu Feb 10 16:24:43 2011 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# ~/.screeninator/stevelosh.yml -# you can make as many tabs as you wish... - -escape: `` -project_name: stevelosh.com -project_root: $HOME/src/stevelosh/ -tabs: - - shell: - - wo - - hg pull - - server: - - wo - - hyde -w -s . -k