From 88994f0a45f287dac6c5db77b0869ec6f432d839 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov <51688199+NikitaIvanovV@users.noreply.github.com> Date: Tue, 12 Sep 2023 01:41:11 +0200 Subject: [PATCH] Add kblayout patch --- kblayout.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kblayout.md diff --git a/kblayout.md b/kblayout.md new file mode 100644 index 0000000..46fc736 --- /dev/null +++ b/kblayout.md @@ -0,0 +1,23 @@ +### Description +This patch adds per-client keyboard layout and ability to send current +keyboard layout information to a status bar. + +Only per-client feature is enabled by default. You can edit +`kblayout_file` and `kblayout_cmd` variables to notify a status bar +about keyboard layout. + +[Someblocks](https://sr.ht/~raphi/someblocks) config that works +with the example settings in `config.h`: + +```c +static const Block blocks[] = { + /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {"", "cat /tmp/dwl-keymap", 0, 1}, +}; +``` + +### Download +- [2023-09-12](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:kblayout.patch) + +### Authors +- [Nikita Ivanov](https://github.com/NikitaIvanovV)