summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-05-15 01:32:05 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-05-15 01:32:05 -0500
commit9e45c7b36d583c8d3f6792670d095b87e5c5197a (patch)
treeaa8379c609e667cfcb7254bc533d3e7a1c3746ef /build
parent81176db2c4cc02100c3fbc48f5937cb2d9a4cc62 (diff)
changes to dwm master
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index 78a2348..1586371 100755
--- a/build
+++ b/build
@@ -14,7 +14,6 @@ mkdir $HOME/bin
DWM_DIR=$HOME'/src/dwm'
git clone https://git.suckless.org/dwm $DWM_DIR
-patch $DWM_DIR'/dwm.c' $RC_DIR'/dwm/vanitygaps.diff'
patch $DWM_DIR'/dwm.c' $RC_DIR'/dwm/custom.diff'
cp $RC_DIR'/dwm/config.h' $DWM_DIR