added fensterkram teil 1
This commit is contained in:
parent
27914e6a19
commit
9c0c7a0fdc
|
@ -0,0 +1 @@
|
|||
(if (contains (window_name) "VLC media player") (undecorate))
|
|
@ -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 &
|
|
@ -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
|
Loading…
Reference in New Issue