Moved scripts

This commit is contained in:
2015-02-04 23:38:22 +01:00
parent 0bee7afa7c
commit c3c1fde15f
6 changed files with 107 additions and 0 deletions

9
scripts/kodi-tv Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Output on
xrandr --output HDMI-0 --auto
# Start kodi
kodi
# Tv output off
xrandr --output HDMI-0 --off