From fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 16 Jan 2025 17:00:08 -0500 Subject: migration commit --- .script/refreshstatus | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .script/refreshstatus (limited to '.script/refreshstatus') 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 -- cgit v1.2.3