diff options
Diffstat (limited to 'dwm')
-rwxr-xr-x | dwm/autostart.sh | 3 | ||||
-rwxr-xr-x | dwm/autostart_blocking.sh | 2 |
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 |