Updated Patches (markdown)

917Wolf 2021-05-06 15:14:08 +02:00
parent aaefa14658
commit 607574b224

@ -39,4 +39,5 @@ Please ensure that the only changes in that branch are those needed for the patc
* [toggleKbLayout](https://github.com/djpohly/dwl/compare/main...Stivvo:toggleKbLayout.patch): Switch between multiple keyboard layouts at runtime
* [toggle-layout-immediately](https://github.com/djpohly/dwl/compare/main...guidocella:toggle-layout-immediately.patch): configure a default "previous" layout for `setlayout({0})` to switch back to
* [unclutter](https://github.com/djpohly/dwl/compare/main...guidocella:unclutter.patch): Hide the mouse cursor if it isnt being used
* [vanitygaps](https://github.com/djpohly/dwl/compare/main...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch
* [vanitygaps](https://github.com/djpohly/dwl/compare/main...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch
* [XF86keysym](https://github.com/djpohly/dwl/compare/main...917Wolf:vol.patch): Utilizing the [/usr/include/X11/XF86keysym.h](https://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h) headerfile to change the volume via the appropriate keys.