dotfiles/scripts/reset-dwmbar.sh

5 lines
88 B
Bash

#!/bin/sh
p_num=$(ps -C dash | sed '2q;d' | awk '{print $1}')
kill -s SIGTRAP "$p_num"