summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to 'dwm')
-rwxr-xr-xdwm/autostart.sh3
-rwxr-xr-xdwm/autostart_blocking.sh2
2 files changed, 0 insertions, 5 deletions
diff --git a/dwm/autostart.sh b/dwm/autostart.sh
deleted file mode 100755
index 000d580..0000000
--- a/dwm/autostart.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-sh -c ~/.config/autostart.sh
-pgrep -x dwmblocks >/dev/null || dwmblocks
diff --git a/dwm/autostart_blocking.sh b/dwm/autostart_blocking.sh
deleted file mode 100755
index 3927441..0000000
--- a/dwm/autostart_blocking.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-sh -c ~/.xprofile & disown