blob: 19b17e59cd92259ab5e8170ac607fd530ceb35ca (
plain) (
tree)
|
|
#!/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
|