diff options
Diffstat (limited to '.script/refreshstatus')
-rwxr-xr-x | .script/refreshstatus | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.script/refreshstatus b/.script/refreshstatus new file mode 100755 index 0000000..5d8c5ec --- /dev/null +++ b/.script/refreshstatus @@ -0,0 +1,5 @@ +#!/bin/sh + +# Refresh dwm status. +# Send SIGTRAP signal to dwmstatus script, which will handle it with a trap. +pkill -SIGTRAP dwmbar |