#!/bin/bash

# omarchy:summary=Reload Helix configuration

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