From c9c3c75111b589649d2398874760788c3502e2d7 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 8 Dec 2020 12:29:38 +0100 Subject: [PATCH] add virtual keyboard --- Patches.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index e45fcca..89ea08b 100644 --- a/Patches.md +++ b/Patches.md @@ -30,4 +30,5 @@ Please ensure that the only changes in that branch are those needed for the patc * [toggleKbLayout](https://github.com/djpohly/dwl/compare/master...Stivvo:toggleKbLayout.patch): Switch between multiple keyboard layouts at runtime * [toggle-layout-immediately](https://github.com/djpohly/dwl/compare/master...guidocella:toggle-layout-immediately.patch): configure a default "previous" layout for `setlayout({0})` to switch back to * [unclutter](https://github.com/djpohly/dwl/compare/master...guidocella:unclutter.patch): Hide the mouse cursor if it isn’t being used -* [vanitygaps](https://github.com/djpohly/dwl/compare/master...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch \ No newline at end of file +* [vanitygaps](https://github.com/djpohly/dwl/compare/master...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patchi +* [virtual-keyboard](https://github.com/djpohly/dwl/compare/master...guidocella:virtual-keyboard.patch): Implement the virtual keyboard protocol which is used by wtype \ No newline at end of file