mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-26 17:54:14 +00:00
Add kblayout patch
parent
d1be47e6db
commit
88994f0a45
23
kblayout.md
Normal file
23
kblayout.md
Normal file
@ -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)
|
||||
Loading…
x
Reference in New Issue
Block a user