summaryrefslogtreecommitdiff
path: root/dwm/my-no-focus-follows-mouse.diff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-12-04 11:06:05 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-12-04 11:06:05 -0800
commit4d784b558be27e73f54149e51ac6fd1380c39e4c (patch)
tree3a15c4739c95a556e71554bedab4d8a88a537362 /dwm/my-no-focus-follows-mouse.diff
parent2089794e3f29f87f2d0c5d445e2bdac4968a3a99 (diff)
dwm: cleanup, win by name
Diffstat (limited to 'dwm/my-no-focus-follows-mouse.diff')
-rw-r--r--dwm/my-no-focus-follows-mouse.diff16
1 files changed, 12 insertions, 4 deletions
diff --git a/dwm/my-no-focus-follows-mouse.diff b/dwm/my-no-focus-follows-mouse.diff
index aefcb3c..969964a 100644
--- a/dwm/my-no-focus-follows-mouse.diff
+++ b/dwm/my-no-focus-follows-mouse.diff
@@ -1,7 +1,15 @@
-diff -ruN ../dwm-clean/dwm.c ./dwm.c
+diff -urN ../dwm-clean/dwm.c ./dwm.c
--- ../dwm-clean/dwm.c 2025-08-09 06:00:55.740267680 -0700
-+++ ./dwm.c 2025-12-03 19:36:27.601767290 -0800
-@@ -248,7 +248,6 @@
++++ ./dwm.c 2025-12-04 11:03:07.527930789 -0800
+@@ -162,7 +162,6 @@
+ static Monitor *dirtomon(int dir);
+ static void drawbar(Monitor *m);
+ static void drawbars(void);
+-static void enternotify(XEvent *e);
+ static void expose(XEvent *e);
+ static void focus(Client *c);
+ static void focusin(XEvent *e);
+@@ -248,7 +247,6 @@
[ConfigureRequest] = configurerequest,
[ConfigureNotify] = configurenotify,
[DestroyNotify] = destroynotify,
@@ -9,7 +17,7 @@ diff -ruN ../dwm-clean/dwm.c ./dwm.c
[Expose] = expose,
[FocusIn] = focusin,
[KeyPress] = keypress,
-@@ -757,25 +756,6 @@
+@@ -757,25 +755,6 @@
}
void