about summary refs log tree commit diff stats
path: root/templates/latex/presentation/present.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtemplates/latex/presentation/present.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/latex/presentation/present.sh b/templates/latex/presentation/present.sh
new file mode 100755
index 0000000..19b17e5
--- /dev/null
+++ b/templates/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