~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to screenshotter/apps.sh

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2007-08-09 14:02:43 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809140243-vb0olmsg3jtcasn0
Tags: 1:1.3.1-1
* New upstream release, by a new upstream maintainer team.
 - Update homepage URL.
* Fix debian/rules to link to scripts in /usr/share/sawfish/$(version),
  instead of hardcoded 1.3
* fix-select-workspace.dpatch (closes: #413584).
* A bit more debian/rules cleanups.
* Upgrade to new menu policy.
* Fix .desktop files to compy with freedesktop.org standard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
XTERM="xterm -fg white -bg black"
 
4
#XTERM="rxvt -fg white -bg black"
 
5
 
 
6
$XTERM -geom 34x10-10-10 -T Top-border \
 
7
   -e /bin/bash -c "cowsay \"A top border window\" ; sleep 200" &
 
8
 
 
9
#$XTERM -geom 28x9-10+150 -T Title-only \
 
10
#   -e /bin/bash -c "cowsay \"A title only window\" ; sleep 200" &
 
11
 
 
12
xeyes -geom 180x90-10+10 &
 
13
 
 
14
xclock -render -geom 130x100-10+130 &
 
15
#sleep 0.1
 
16
 
 
17
$XTERM -geom 47x6+10-10 -T Border-only \
 
18
   -e /bin/bash -c "echo \"A border only window\" ; sleep 200" &
 
19
sleep 0.4
 
20
 
 
21
$XTERM -geom 44x7+75+295 -T Shaded \
 
22
   -e /bin/bash -c "echo \"Eeeek! A Shaded window!\" ; sleep 200" &
 
23
sleep 0.6
 
24
 
 
25
$XTERM -geom 52x18+10+10 -T "Normal Window with Really Really Really Long Title" \
 
26
   -e /bin/bash -c "normal-window.sh "$1" ; sleep 200" &
 
27
   #"cowsay Theme \'$1\' README is below. \
 
28
   #This window has focus. ; sleep 200" &
 
29
 
 
30
sleep 1