From 6d00e7d21b4ced049caba814ee576dbfc017ea88 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 16 Aug 2025 17:44:24 +0100 Subject: rename function quicksearch -> search, add autostart example --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 8e262b6..af7aca0 100644 --- a/dwm.c +++ b/dwm.c @@ -235,7 +235,7 @@ static int xerrordummy(Display *dpy, XErrorEvent *ee); static int xerrorstart(Display *dpy, XErrorEvent *ee); static void zoom(const Arg *arg); static void togglemouse(const Arg *arg); -static void quicksearch(const Arg *arg); +static void search(const Arg *arg); static void autostart_exec(void); static pid_t getparentprocess(pid_t p); -- cgit v1.2.3