added fensterkram teil 1

This commit is contained in:
Lucas Pleß 2014-11-20 15:35:46 +01:00
parent 27914e6a19
commit 9c0c7a0fdc
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1 @@
(if (contains (window_name) "VLC media player") (undecorate))

23
fensterkram/positions.sh Executable file
View File

@ -0,0 +1,23 @@
#!/bin/bash
# vlc mit Kamera
STR="Universal Pictures"
wmctrl -r $STR -e 0,1600,0,640,480
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
# 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
wmctrl -r "HD Main" -b add,sticky,above
killall devilspie
devilspie &

7
fensterkram/vlc_webcam.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
vlc --no-audio --video-on-top --no-video-title-show --no-osd \
--repeat --qt-notification 0 --no-video-deco --autoscale \
../streaming/Serenity\ -\ HD\ DVD\ Trailer.mp4