From f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 5 Oct 2022 22:00:32 -0500 Subject: Initial Commit --- dwm/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dwm/autostart.sh (limited to 'dwm/autostart.sh') diff --git a/dwm/autostart.sh b/dwm/autostart.sh new file mode 100755 index 0000000..000d580 --- /dev/null +++ b/dwm/autostart.sh @@ -0,0 +1,3 @@ +#!/bin/sh +sh -c ~/.config/autostart.sh +pgrep -x dwmblocks >/dev/null || dwmblocks -- cgit v1.2.3