diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-03 19:42:16 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-03 19:42:16 -0800 |
| commit | 2089794e3f29f87f2d0c5d445e2bdac4968a3a99 (patch) | |
| tree | 67b2d20ebf94696ee7a60dc9d56d78182b8c2a24 /dwm/setup.sh | |
| parent | be1994b27f1392b34586adaa8c026957509622ec (diff) | |
dwm: disable focus follows mouse
Diffstat (limited to 'dwm/setup.sh')
| -rwxr-xr-x | dwm/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/setup.sh b/dwm/setup.sh index 01e3f4a..80d1c20 100755 --- a/dwm/setup.sh +++ b/dwm/setup.sh @@ -6,6 +6,7 @@ set -x tar -xzf dwm-6.6.tar.gz cd dwm-6.6 patch <../my.diff +patch <../my-no-focus-follows-mouse.diff patch <../dwm-movestack-6.6.diff patch <../dwm-quitprompt-20220718-6613d9f.diff patch <../dwm-warp-6.4.diff |
