add playout
This commit is contained in:
parent
e80e6baf43
commit
77df4a4151
4 changed files with 1022 additions and 0 deletions
12
playout/install.sh
Normal file
12
playout/install.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
add-apt-repository ppa:j/pandora
|
||||
apt update
|
||||
apt install python3-ox python3-dev python3-requests ffmpeg mpv libmpv-dev
|
||||
|
||||
cat > /etc/acpi/events/powerbtn << EOF
|
||||
event=button[ /]power
|
||||
action=/sbin/poweroff
|
||||
EOF
|
||||
|
||||
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend 'false'
|
||||
gsettings set org.gnome.settings-daemon.plugins.power idle-dim 'false'
|
||||
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'nothing'
|
||||
Loading…
Add table
Add a link
Reference in a new issue