summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-15 23:46:44 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-15 23:46:44 +0100
commit8d1fbda11dc8c33edd4f2294b3c44e462d6ce482 (patch)
treee29943ea1f6726d9c28a9a784dc8f0b042916273 /dwm.c
parent0d2a08bcf9dead11ac699bae0e6861d597cc08d8 (diff)
change keybinds for toggling mouse
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index bb5d242..7d762b7 100644
--- a/dwm.c
+++ b/dwm.c
@@ -235,6 +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 pid_t getparentprocess(pid_t p);
static int isdescprocess(pid_t p, pid_t c);