r4791 - developers/werner/bin

werner at docs.openmoko.org werner at docs.openmoko.org
Sun Nov 16 00:09:44 CET 2008


Author: werner
Date: 2008-11-16 00:09:39 +0100 (Sun, 16 Nov 2008)
New Revision: 4791

Added:
   developers/werner/bin/comm3
   developers/werner/bin/layout3
   developers/werner/bin/work3
Log:
Layout with three long (100 lines) xterms.



Added: developers/werner/bin/comm3
===================================================================
--- developers/werner/bin/comm3	                        (rev 0)
+++ developers/werner/bin/comm3	2008-11-15 23:09:39 UTC (rev 4791)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+FONT=6x10
+
+sleep 2
+
+. layout3
+
+xterm -fn $FONT -geometry $X1 -e bash-init 'mutt -f =arm' &
+xterm -fn $FONT -geometry $X2 -e bash-init 'mutt -f =mtd' &
+xterm -fn $FONT -geometry $X3 -e bash-init 'mutt -f =wlan' &


Property changes on: developers/werner/bin/comm3
___________________________________________________________________
Name: svn:executable
   + *

Added: developers/werner/bin/layout3
===================================================================
--- developers/werner/bin/layout3	                        (rev 0)
+++ developers/werner/bin/layout3	2008-11-15 23:09:39 UTC (rev 4791)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# source this with
+# . layout3
+
+FONT=6x10
+
+RES="`xdpyinfo | awk '/dimensions:/{print $2}' | sed 1q`"
+case $RES in
+    1024x600)
+	# not yet
+	;;
+    1280x1024)
+	# not yet
+	;;
+    1680x1050)
+	X1=80x100+5-5
+	X2=80x100+525-5
+	X3=80x100+1045-5
+	;;
+    1600x1200)
+	# not yet
+	;;
+    *)	;;
+esac


Property changes on: developers/werner/bin/layout3
___________________________________________________________________
Name: svn:executable
   + *

Added: developers/werner/bin/work3
===================================================================
--- developers/werner/bin/work3	                        (rev 0)
+++ developers/werner/bin/work3	2008-11-15 23:09:39 UTC (rev 4791)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+FONT=6x10
+
+sleep 2
+
+. layout3
+
+xterm -fn $FONT -geometry $X1 &
+xterm -fn $FONT -geometry $X2 &
+xterm -fn $FONT -geometry $X3 &


Property changes on: developers/werner/bin/work3
___________________________________________________________________
Name: svn:executable
   + *




More information about the commitlog mailing list