playout stuff
This commit is contained in:
parent
3b10328e65
commit
c413272c7e
4 changed files with 33 additions and 3 deletions
6
playout/play
Normal file
6
playout/play
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd "`dirname "$0"`"
|
||||
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'
|
||||
exec ./play.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue