dotfiles/bin/kittyreload (view raw)
#!/usr/bin/env bash
kill -SIGUSR1 "$(pidof kitty | awk '{ print $1 }')"