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.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/dwm/dwm-autostart.diff b/pkgs/dwm/dwm-autostart.diff
index 190fd2d..1df1fa8 100644
--- a/pkgs/dwm/dwm-autostart.diff
+++ b/pkgs/dwm/dwm-autostart.diff
@@ -1,12 +1,12 @@
 diff --git a/dwm.c b/dwm.c
-index 127ab8a..8b2478a 100644
+index 127ab8a..44c85ed 100644
 --- a/dwm.c
 +++ b/dwm.c
-@@ -1773,6 +1773,8 @@ run(void)
+@@ -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