From 39ae53f5980494cef2eea9919a62eb6aed73b09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Wed, 3 Dec 2014 19:43:00 +0100 Subject: [PATCH] added ekg and dump grabber to positioning --- fensterkram/positions.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/fensterkram/positions.sh b/fensterkram/positions.sh index b34d458..8a20ef2 100755 --- a/fensterkram/positions.sh +++ b/fensterkram/positions.sh @@ -1,8 +1,18 @@ #!/bin/bash +# ekg plotter +STR="EKGPlotterMain" +wmctrl -r $STR -e 0,1600,0,640,480 +wmctrl -r $STR -b add,sticky,above + +# datenstroeme +STR="DumpGrabberMain" +wmctrl -r $STR -e 0,2240,0,640,480 +wmctrl -r $STR -b add,sticky,above + # vlc mit Kamera STR="Universal Pictures" -wmctrl -r $STR -e 0,1600,0,640,480 +wmctrl -r $STR -e 0,2880,0,640,480 wmctrl -r $STR -b add,sticky,above # vlc mit annes texter @@ -10,10 +20,6 @@ STR="http://walter" wmctrl -r $STR -e 0,2240,0,640,480 wmctrl -r $STR -b add,sticky,above -# datenstroeme -STR="http://devimages" -wmctrl -r $STR -e 0,2880,0,640,480 -wmctrl -r $STR -b add,sticky,above #das HealthDisplay wmctrl -r "HD Main" -e 0,2570,480,950,570