diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-16 17:44:24 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-16 17:44:24 +0100 |
| commit | 6d00e7d21b4ced049caba814ee576dbfc017ea88 (patch) | |
| tree | 1aa9fbcad835920879a63343b52eba9044d4d641 /dwm.c | |
| parent | dd26b19364b95fe727204a18c9e471eda54e66da (diff) | |
rename function quicksearch -> search, add autostart example
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
