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
|
|
@ -153,6 +153,9 @@
|
||||||
gnused
|
gnused
|
||||||
gawk
|
gawk
|
||||||
];
|
];
|
||||||
|
obs-studio-autostart = [
|
||||||
|
obs-studio
|
||||||
|
];
|
||||||
print-battery-icon = [ ];
|
print-battery-icon = [ ];
|
||||||
controller-battery = [ print-battery-icon ];
|
controller-battery = [ print-battery-icon ];
|
||||||
mouse-battery = [ print-battery-icon ];
|
mouse-battery = [ print-battery-icon ];
|
||||||
|
|
|
||||||
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 "$@"
|
||||||
|
|
@ -17,6 +17,7 @@ in
|
||||||
unstable.yt-dlp
|
unstable.yt-dlp
|
||||||
ffmpeg
|
ffmpeg
|
||||||
obs-studio
|
obs-studio
|
||||||
|
obs-studio-autostart
|
||||||
imagemagick
|
imagemagick
|
||||||
mpc
|
mpc
|
||||||
crosspipe
|
crosspipe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue