diff options
Diffstat (limited to 'dwm/my-no-focus-follows-mouse.diff')
| -rw-r--r-- | dwm/my-no-focus-follows-mouse.diff | 16 |
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 |
