diff --git a/Patches.md b/Patches.md index cfebac7..796081a 100644 --- a/Patches.md +++ b/Patches.md @@ -45,6 +45,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [master-on-right](https://github.com/djpohly/dwl/compare/main...Sevz17:master-right.patch): Show the master area to the right * [monitor-config](https://github.com/djpohly/dwl/compare/main...PalanixYT:monfig.patch): Allows more monitor configuration in config.h * [movestack](https://github.com/djpohly/dwl/compare/main...ss7m:movestack.patch): Allows you to move a window up and down the stack +* [namedscratchpads](https://github.com/djpohly/dwl/compare/main...loumray:namedscratchpads.patch): Allows for the creation of multiple scratchpad windows, each assigned to a different keybinding. ([original dwm patch](https://dwm.suckless.org/patches/namedscratchpads/)) * [numlock/capslock](https://github.com/djpohly/dwl/compare/main...Sevz17:numlock/capslock.patch): Allows to activate numlock or capslock at startup * [output-power-management](https://github.com/djpohly/dwl/compare/main...guidocella:output-power-management.patch): Implement the output-power-management protocol. I don't know what this is used by, but here it is in case you need it * [pertag](https://github.com/djpohly/dwl/compare/main...guidocella:pertag.patch): A very slightly modified version of dwm's pertag patch (updated version of https://github.com/djpohly/dwl/compare/main...Bonicgamer:pertag.patch)