diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-08 11:09:26 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-08 11:09:26 -0800 |
| commit | 78f1d733b5a24bba9cd36c0fde335e14407d12f7 (patch) | |
| tree | 9753aae3a07c84884cd72a475a21b0b3a9cfccf6 /dwm/setup.sh | |
| parent | 09075c06088f20df98deb64662477302faeebf13 (diff) | |
dwm patches to git
Diffstat (limited to 'dwm/setup.sh')
| -rwxr-xr-x | dwm/setup.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dwm/setup.sh b/dwm/setup.sh index 53c51cb..9b958dd 100755 --- a/dwm/setup.sh +++ b/dwm/setup.sh @@ -3,14 +3,6 @@ set -e set -x -tar -xzf dwm-6.6.tar.gz cd dwm-6.6 -patch <../my.diff -patch <../my-selwin.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 -patch <../dwm-removeborder-20220626-d3f93c7.diff make config.h sudo make install |
