#!/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