From 3ab6b4cf462aad9ca60856adc013679c25d1ee1f Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 16 Sep 2019 17:07:03 +0200 Subject: rename --- dwm/custom.dff | 24 ------------------------ dwm/custom.diff | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 dwm/custom.dff create mode 100644 dwm/custom.diff diff --git a/dwm/custom.dff b/dwm/custom.dff deleted file mode 100644 index 800c66f..0000000 --- a/dwm/custom.dff +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/dwm.c b/dwm.c -index 88f3e04..a1e1ea4 100644 ---- a/dwm.c -+++ b/dwm.c -@@ -2254,6 +2254,11 @@ zoom(const Arg *arg) - pop(c); - } - -+void -+autostart(void) { -+ system("~/.autostart &"); -+} -+ - int - main(int argc, char *argv[]) - { -@@ -2272,6 +2277,7 @@ main(int argc, char *argv[]) - die("pledge"); - #endif /* __OpenBSD__ */ - scan(); -+ autostart(); - run(); - cleanup(); - XCloseDisplay(dpy); diff --git a/dwm/custom.diff b/dwm/custom.diff new file mode 100644 index 0000000..800c66f --- /dev/null +++ b/dwm/custom.diff @@ -0,0 +1,24 @@ +diff --git a/dwm.c b/dwm.c +index 88f3e04..a1e1ea4 100644 +--- a/dwm.c ++++ b/dwm.c +@@ -2254,6 +2254,11 @@ zoom(const Arg *arg) + pop(c); + } + ++void ++autostart(void) { ++ system("~/.autostart &"); ++} ++ + int + main(int argc, char *argv[]) + { +@@ -2272,6 +2277,7 @@ main(int argc, char *argv[]) + die("pledge"); + #endif /* __OpenBSD__ */ + scan(); ++ autostart(); + run(); + cleanup(); + XCloseDisplay(dpy); -- cgit v1.2.3