about summary refs log tree commit diff
path: root/pkgs/dwm/dwm-autostart.diff
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/dwm/dwm-autostart.diff')
-rw-r--r--pkgs/dwm/dwm-autostart.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/dwm/dwm-autostart.diff b/pkgs/dwm/dwm-autostart.diff
deleted file mode 100644
index 1df1fa8..0000000
--- a/pkgs/dwm/dwm-autostart.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/dwm.c b/dwm.c
-index 127ab8a..44c85ed 100644
---- a/dwm.c
-+++ b/dwm.c
-@@ -1773,6 +1773,7 @@ run(void)
- void
- runAutostart(void) {
- 	system("killall -q dwmblocks; dwmblocks &");
-+	system("for app in `ls ~/.config/autostart/*.desktop`; do $(grep '^Exec' $app | sed 's/^Exec=//') &; done");
- }
- 
- void