+ Explanation of center_relative_to_monitor:
+
+ The "Monitor area" refers to the space enclosed by the green rectangle, while the "Window area" refers to the space enclosed by the red
+ rectangle.
+
+
+
+
+### Download
+- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:alwayscenter.patch)
+- [2023-09-02](https://github.com/djpohly/dwl/compare/main...mortezadadgar:alwayscenter.patch)
+- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-alwayscenter.patch)
+- [2021-04-17](https://github.com/djpohly/dwl/compare/main...guidocella:alwayscenter.patch)
+
+### Authors
+- [Guido Cella](https://github.com/guidocell)
+- [wochap](https://github.com/wochap)
\ No newline at end of file
diff --git a/_STALE_PATCHES/attachabove.md b/_STALE_PATCHES/attachabove.md
new file mode 100644
index 0000000..f94e9de
--- /dev/null
+++ b/_STALE_PATCHES/attachabove.md
@@ -0,0 +1,8 @@
+### Description
+Newly created windows are placed above the currently selected window in the stack.
+
+### Download
+- [2021-01-16](https://github.com/djpohly/dwl/compare/main...ss7m:attachabove.patch)
+
+### Authors
+- [sam-barr](https://github.com/ss7m)
\ No newline at end of file
diff --git a/_STALE_PATCHES/attachbottom.md b/_STALE_PATCHES/attachbottom.md
new file mode 100644
index 0000000..4d3b535
--- /dev/null
+++ b/_STALE_PATCHES/attachbottom.md
@@ -0,0 +1,9 @@
+### Description
+Newly created windows are placed at the bottom of the client tile stack.
+
+### Download
+- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-attachbottom.patch)
+- [2021-10-05](https://github.com/djpohly/dwl/compare/main...AurelWeinhold:attachbottom.patch)
+
+### Authors
+- [Aurel Weinhold](https://github.com/AurelWeinhold)
\ No newline at end of file
diff --git a/_STALE_PATCHES/attachtop.md b/_STALE_PATCHES/attachtop.md
new file mode 100644
index 0000000..2da2ce3
--- /dev/null
+++ b/_STALE_PATCHES/attachtop.md
@@ -0,0 +1,13 @@
+### Description
+
+This is a port of attachtop patch for dwm: https://dwm.suckless.org/patches/attachtop
+
+New client attaches below the last master/on top of the stack.
+
+Behavior feels very intuitive as it doesn't disrupt existing masters no matter the amount of them, it only pushes the clients in stack down.
+
+### Download
+- [2023-07-15](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:attachtop.patch)
+
+### Authors
+- [Nikita Ivanov](https://github.com/NikitaIvanovV)
\ No newline at end of file
diff --git a/_STALE_PATCHES/autorotation.md b/_STALE_PATCHES/autorotation.md
new file mode 100644
index 0000000..278cb9c
--- /dev/null
+++ b/_STALE_PATCHES/autorotation.md
@@ -0,0 +1,40 @@
+### Description
+Adds keybindings for screen rotation and auto rotation from an accelerometer.
+
+### Setup
+Find an accelerometer device in sysfs (`cat /sys/bus/iio/devices/iio*/name`,
+or using a script: [monitor-iio.sh](https://github.com/Unprex/dotfiles/blob/main/scripts/monitor-iio.sh)) \
+Find the raw output file of the accelerometer
+(e.g. `cat /sys/bus/iio/devices/iio:device0/in_accel_x_raw` should output an integer). \
+Add the raw output file names to the dwl configuration **accel_\***.
+
+Add a udev rule to uniquely identify the device, for example:
+```
+sudo echo 'SUBSYSTEM=="iio", KERNEL=="iio*", ATTR{name}=="accel_3d", GROUP="input", SYMLINK+="input/accel"' >> /etc/udev/rules.d/99-accel.rules
+sudo udevadm control --reload-rules && sudo udevadm trigger
+```
+(the device is probably already in /dev/ e.g. `/dev/iio:device0` but on my computer the number changes after a reboot)
+
+A symlink to the device should now be available in `/dev/input/` and accessible to input group members. \
+Add the device path to the dwl configuration **accel_path**.
+
+### Config
+* `rotation_enabled`: If the auto rotation is enabled on startup.
+* `rotation_delay`: How often to check the accelerometer values in milliseconds.
+* `rotation_flat`: Threshold on the normalized Z axis to consider the device flat and stop the auto rotation.
+* `rotation_thresh`: Rotation threshold after which the screen flips (values less than 0.5 will cause a back and forth).
+
++ `accel_path`: The path to the accelerometer device file (e.g. "/dev/input/accel").
++ `accel_x`: The name of the sysfs file for the accelerometer x axis.
++ `accel_y`: The name of the sysfs file for the accelerometer y axis.
++ `accel_z`: The name of the sysfs file for the accelerometer z axis.
+
+Default keybindings:
+* `