#!/bin/bash

# archypr:summary=Reload Helix configuration

if pgrep -x helix >/dev/null; then
  pkill -USR1 helix
fi
