https://github.com/unclechu/xkb-perm-layout
Daemon that resets current keyboard layout when another window is focused
https://github.com/unclechu/xkb-perm-layout
Last synced: 11 months ago
JSON representation
Daemon that resets current keyboard layout when another window is focused
- Host: GitHub
- URL: https://github.com/unclechu/xkb-perm-layout
- Owner: unclechu
- License: gpl-3.0
- Created: 2015-07-02T21:40:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T21:34:08.000Z (over 9 years ago)
- Last Synced: 2025-05-26T19:54:13.979Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xkb-perm-layout
===============
Daemon that resets current keyboard layout when another window is focused.
I implemented logic of this tool to another my own more complex tool:
[xlib-keys-hack](https://github.com/unclechu/xlib-keys-hack).
Build
-----
```bash
$ make
```
Run (as daemon)
---------------
```bash
$ ./build/xkb-perm-layout
```
Author
------
[Viacheslav Lotsmanov](https://github.com/unclechu)
License
-------
[GNU/GPLv3](./LICENSE)