#!/bin/sh

# Make sure user bin is imported for sxhkd
PATH="/home/dakedres/bin:$PATH"

pgrep -x sxhkd > /dev/null || sxhkd &