diff --git a/config.h b/config.h
index 076c54d..51956d6 100644
--- a/config.h
+++ b/config.h
@@ -455,8 +455,6 @@ static const Button buttons[] = {
     { ClkClientWin,         MODKEY,              Button1,        movemouse,      {0} },
     { ClkClientWin,         MODKEY,              Button2,        togglefloating, {0} },
     { ClkClientWin,         MODKEY,              Button3,        resizemouse,    {0} },
-    { ClkClientWin,         MODKEY|ShiftMask,    Button1,        dragmfact,      {0} },
-    { ClkClientWin,         MODKEY|ShiftMask,    Button3,        dragcfact,      {0} },
     { ClkTagBar,            0,                   Button1,        view,           {0} },
     { ClkTagBar,            0,                   Button3,        toggleview,     {0} },
     // { ClkTagBar,            MODKEY,              Button1,        tag,            {0} },
diff --git a/patches.h b/patches.h
index 4ca9d35..d732315 100644
--- a/patches.h
+++ b/patches.h
@@ -587,14 +587,14 @@
 /* Similarly to the dragmfact patch this allows you to click and drag clients to change the
  * cfact to adjust the client's size in the stack. This patch depends on the cfacts patch.
  */
-#define DRAGCFACT_PATCH 1
+#define DRAGCFACT_PATCH 0
 
 /* This patch lets you resize the split in the tile layout (i.e. modify mfact) by holding
  * the modkey and dragging the mouse.
  * This patch can be a bit wonky with other layouts, but generally works.
  * https://dwm.suckless.org/patches/dragmfact/
  */
-#define DRAGMFACT_PATCH 1
+#define DRAGMFACT_PATCH 0
 
 /* Simple dwmc client using a fork of fsignal to communicate with dwm.
  * To use this either copy the patch/dwmc shell script to somewhere in your path or