diff options
Diffstat (limited to 'build/latex/presentation/present.sh')
-rwxr-xr-x | build/latex/presentation/present.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/latex/presentation/present.sh b/build/latex/presentation/present.sh new file mode 100755 index 0000000..19b17e5 --- /dev/null +++ b/build/latex/presentation/present.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env sh + +killall swayidle +pgrep gammastep | xargs kill + +# This avoids the `task` run in the `.zshrc` +export NVIM="true" + +wl-mirror HDMI-A-1 & + +pdfpc --windowed=both ./build/%INIT_APPLICATION_NAME.pdf & +riverctl send-to-output -current-tags next + +# vim: ft=sh |