psychose/fensterkram/positions.sh

30 lines
587 B
Bash
Raw Normal View History

2014-11-20 14:35:46 +00:00
#!/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
2014-11-20 14:35:46 +00:00
# vlc mit Kamera
STR="Universal Pictures"
wmctrl -r $STR -e 0,2880,0,640,480
2014-11-20 14:35:46 +00:00
wmctrl -r $STR -b add,sticky,above
# vlc mit annes texter
STR="http://walter"
wmctrl -r $STR -e 0,2240,0,640,480
wmctrl -r $STR -b add,sticky,above
#das HealthDisplay
wmctrl -r "HD Main" -e 0,2570,480,950,570
wmctrl -r "HD Main" -b add,sticky,above
killall devilspie
devilspie &