KeyFault
Info
KeyFault (Keyboard Auto-Default) is a small application that runs in the background and reverts the keyboard layout to the default once the screensaver has activated, the display has turned off, or the computer has been idle for a prolonged period of time (defaults to 1 hour).
If you use multiple keyboard layouts throughout your session, and you usually realise something's off after your 3rd lockscreen password attempt, then you know what I'm talking about.
Installation
Arch > Manjaro > etc.
pamac build keyfault
From source
Dependencies [1][2]
- glibc
- libx11
- libxss
[1] The package names may slightly vary among various Linux flavours
[2] Some Linux flavours package development libraries separately, while some have them as part of the base package.
git clone https://github.com/tari01/keyfault.git
cd keyfault
make
# To install it
sudo make install
# To remove it
sudo make uninstall
The application will start automagically on reboot.
Links
Report a bug
Request a feature (It's a good idea to add the enhancement label to your issue.)
Ask a question (It's a good idea to add the question label to your issue.)
Browse the source code
Comments
If you only wish to leave a comment, do so by using the button at the top of this page.