scripts: add obs-autostart script to skip safe mode prompt
This commit is contained in:
parent
381e00f4f8
commit
e8e87ba127
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