scripts: add obs-autostart script to skip safe mode prompt
This commit is contained in:
parent
4bf89379a9
commit
d4b8d63d57
3 changed files with 10 additions and 0 deletions
6
scripts/obs-studio-autostart
Executable file
6
scripts/obs-studio-autostart
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# The --disable-shutdown-check has been removed apparently
|
||||
rm -rf "$HOME/.config/obs-studio/.sentinel"
|
||||
|
||||
exec obs --startreplaybuffer "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue